<?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-7189024</id><updated>2011-09-20T13:18:03.452-07:00</updated><title type='text'>notes and links</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://foobarcheese.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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>22</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7189024.post-1104416644394633039</id><published>2011-09-20T13:17:00.001-07:00</published><updated>2011-09-20T13:18:03.466-07:00</updated><title type='text'>how to get the JS stack on Mac when debugging mozilla</title><content type='html'>How to get the JS stack on Mac when debugging mozilla, do:&lt;br /&gt;&lt;br /&gt;(gdb) call DumpJSStack()&lt;br /&gt;&lt;br /&gt;See https://developer.mozilla.org/en/Debugging_Mozilla_on_Linux_FAQ&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-1104416644394633039?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/1104416644394633039'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/1104416644394633039'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2011/09/how-to-get-js-stack-on-mac-when.html' title='how to get the JS stack on Mac when debugging mozilla'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-214912201559368985</id><published>2007-07-23T15:11:00.000-07:00</published><updated>2007-07-23T15:12:27.133-07:00</updated><title type='text'>how to view the JS stack from C++ on the debugger</title><content type='html'>From C++, I set the breakpoint in the debugger and when I hit the bp, I opened up the QuickWatch window (Debug menu, "QuickWatch" item) and entered:&lt;br /&gt;&lt;br /&gt;{,,xpc3250}DumpJSStack()&lt;br /&gt;&lt;br /&gt;And clicked on the evaluate button.&lt;br /&gt;&lt;br /&gt;On my console window I get:&lt;br /&gt;&lt;br /&gt;0 [native frame]&lt;br /&gt;1 [native frame]&lt;br /&gt;2 navigate(aDirection = 1, aPageNum = 0, aHomeOrEnd = 0) ["chrome://global/content/printPreviewBindings.xml":235]&lt;br /&gt;    print = [object XPCNativeWrapper [xpconnect wrapped nsIWebBrowserPrint @ 0x5&lt;br /&gt;35f930 (native @ 0x525d148)]]&lt;br /&gt;    validInput = false&lt;br /&gt;    total = 12&lt;br /&gt;    homeOrEnd = undefined&lt;br /&gt;    textBoxStr = "1"&lt;br /&gt;    newPageNum = 2&lt;br /&gt;    this = [object XULElement @ 0x6c4a110 (native @ 0x6616720)]&lt;br /&gt;3 oncommand(event = [object XULCommandEvent @ 0x67d63d0 (native @ 0x67bee6c)]) [&lt;br /&gt;"chrome://browser/content/browser.xul":1]&lt;br /&gt;    this = [object XULElement @ 0x6d77f98 (native @ 0x6bc3178)]&lt;br /&gt;4 [native frame]&lt;br /&gt;&lt;br /&gt;In Firefox, load chrome://global/content/printPreviewBindings.xml, then do view source, and go to line 235&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-214912201559368985?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/214912201559368985'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/214912201559368985'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2007/07/how-to-view-js-stack-from-c-on-debugger.html' title='how to view the JS stack from C++ on the debugger'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-2821522407570985718</id><published>2007-07-12T16:02:00.001-07:00</published><updated>2007-07-12T16:02:46.316-07:00</updated><title type='text'>NS_BREAK()</title><content type='html'>NS_BREAK() to launch into the debugger&lt;br /&gt;&lt;br /&gt;export XPCOM_DEBUG_BREAK=warn&lt;br /&gt;export XPCOM_DEBUG_BREAK=suspend&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-2821522407570985718?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/2821522407570985718'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/2821522407570985718'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2007/07/nsbreak.html' title='NS_BREAK()'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-3683665400359358522</id><published>2007-05-01T13:17:00.001-07:00</published><updated>2007-05-01T13:17:52.906-07:00</updated><title type='text'>js stack trick</title><content type='html'>dump(new Error().stack);&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-3683665400359358522?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/3683665400359358522'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/3683665400359358522'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2007/05/js-stack-trick.html' title='js stack trick'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-116648539683811642</id><published>2006-12-18T15:43:00.000-08:00</published><updated>2006-12-18T15:44:38.946-08:00</updated><title type='text'>mac screen shots</title><content type='html'>&lt;a href="http://digitalmedia.oreilly.com/2006/01/01/mac-os-x-screenshot-secrets.html"&gt;how to doc on oreilly.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-116648539683811642?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/116648539683811642'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/116648539683811642'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2006/12/mac-screen-shots.html' title='mac screen shots'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-116292214299706650</id><published>2006-11-07T09:52:00.000-08:00</published><updated>2006-11-07T09:55:43.006-08:00</updated><title type='text'>obsolete apis and guides</title><content type='html'>&lt;a href="http://wiki.mozilla.org/Gecko:Obsolete_API"&gt;obsolete apis&lt;/a&gt;&lt;br /&gt;&lt;a href="http://developer.mozilla.org/en/docs/XPCOM_hashtable_guide"&gt;hash table guide&lt;/a&gt;&lt;br /&gt;&lt;a href="http://developer.mozilla.org/en/docs/XPCOM_array_guide"&gt;array guide&lt;/a&gt;&lt;br /&gt;&lt;a href="http://developer.mozilla.org/en/docs/XPCOM_string_guide"&gt;string guide&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-116292214299706650?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/116292214299706650'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/116292214299706650'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2006/11/obsolete-apis-and-guides.html' title='obsolete apis and guides'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-116112490550822245</id><published>2006-10-17T15:40:00.000-07:00</published><updated>2006-11-09T15:33:35.413-08:00</updated><title type='text'>software update links</title><content type='html'>&lt;a href="http://litmus.mozilla.org/show_test.cgi?type=by_category&amp;product=1&amp;testgroup=38&amp;subgroup=623"&gt;my software update test cases on litmus&lt;/a&gt;&lt;br /&gt;&lt;a href="http://litmus.mozilla.org/show_test.cgi?type=by_category&amp;product=1&amp;testgroup=38&amp;subgroup="&gt;all software update test cases on litmus&lt;/a&gt;&lt;br /&gt;&lt;a href="http://wiki.mozilla.org/Software_Update:updates.xml_Format"&gt;updates.xml format&lt;/a&gt;&lt;br /&gt;&lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=329729"&gt;bug #329729&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;prefs to set for logging:&lt;br /&gt;&lt;br /&gt;user_pref("app.update.log.Checker", true);&lt;br /&gt;user_pref("app.update.log.Downloader", true);&lt;br /&gt;user_pref("app.update.log.General", true);&lt;br /&gt;user_pref("app.update.log.UI:CheckingPage", true);&lt;br /&gt;user_pref("app.update.log.UI:DownloadingPage", true);&lt;br /&gt;user_pref("app.update.log.UI:FinishedPage", true);&lt;br /&gt;user_pref("app.update.log.UI:LicensePage", true);&lt;br /&gt;user_pref("app.update.log.UpdateManager", true);&lt;br /&gt;user_pref("app.update.log.UpdateService", true);&lt;br /&gt;user_pref("app.update.log.Downloader.onProgress", true);&lt;br /&gt;user_pref("app.update.log.UI:DownloadingPage.onProgress", true);&lt;br /&gt;&lt;br /&gt;trunk&lt;br /&gt;&lt;br /&gt;user_pref("app.update.log.all", true);&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-116112490550822245?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/116112490550822245'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/116112490550822245'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2006/10/software-update-links.html' title='software update links'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-115983131877352636</id><published>2006-10-02T16:19:00.000-07:00</published><updated>2006-10-02T16:21:58.786-07:00</updated><title type='text'>newsgroups</title><content type='html'>&lt;a href="http://groups.google.com/group/mozilla.dev.planning"&gt;mozilla.dev.planning&lt;/a&gt;&lt;br /&gt;&lt;a href="http://groups.google.com/group/mozilla.dev.apps.firefox"&gt;mozilla.dev.firefox&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-115983131877352636?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115983131877352636'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115983131877352636'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2006/10/newsgroups.html' title='newsgroups'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-115981012509633636</id><published>2006-10-02T10:09:00.000-07:00</published><updated>2006-12-18T15:44:05.566-08:00</updated><title type='text'>places</title><content type='html'>&lt;a href="http://developer.mozilla.org/en/docs/Places:Views"&gt;views&lt;/a&gt;&lt;br /&gt;&lt;a href="http://wiki.mozilla.org/Places:Task_List"&gt;task list&lt;/a&gt;&lt;br /&gt;&lt;a href="http://wiki.mozilla.org/Places:Performance"&gt;performance&lt;/a&gt;&lt;br /&gt;&lt;a href="http://wiki.mozilla.org/Places/StatusMeetings"&gt;meetings&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-115981012509633636?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115981012509633636'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115981012509633636'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2006/10/places.html' title='places'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-115870496822070411</id><published>2006-09-19T15:28:00.000-07:00</published><updated>2006-09-19T15:29:48.310-07:00</updated><title type='text'>code reviewers</title><content type='html'>&lt;a href="http://www.mozilla.org/projects/toolkit/review.html"&gt;toolkit reviewers&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.mozilla.org/projects/firefox/review.html"&gt;firefox reviewers&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.mozilla.org/owners.html"&gt;module owners&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-115870496822070411?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115870496822070411'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115870496822070411'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2006/09/code-reviewers.html' title='code reviewers'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-115767878196239139</id><published>2006-09-07T18:25:00.000-07:00</published><updated>2006-09-19T15:30:10.673-07:00</updated><title type='text'>how to test rtl</title><content type='html'>1) add "window,prefwindow,dialog,wizard,page,menu { direction: rtl; }" to userChrome.css&lt;br /&gt;2) change mozilla/dom/locales/en-US/chrome/global.dtd, make "ltr" be "rtl", rebuild&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-115767878196239139?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115767878196239139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115767878196239139'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2006/09/how-to-test-rtl.html' title='how to test rtl'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-115766954224278718</id><published>2006-09-07T15:50:00.000-07:00</published><updated>2006-09-07T15:52:22.256-07:00</updated><title type='text'>zoom and high contrast trickery</title><content type='html'>windows:  high contrast, left shift-left alt-printscreen&lt;br /&gt;mac os x:  zoom, enable option command 8, option command - and + to zoom in and out&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-115766954224278718?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115766954224278718'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115766954224278718'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2006/09/zoom-and-high-contrast-trickery.html' title='zoom and high contrast trickery'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-115471285169176896</id><published>2006-08-04T10:33:00.000-07:00</published><updated>2006-08-04T10:34:11.726-07:00</updated><title type='text'>pop up testing</title><content type='html'>&lt;a href="http://popuptest.com"&gt;pop up testing&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-115471285169176896?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115471285169176896'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115471285169176896'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2006/08/pop-up-testing.html' title='pop up testing'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-115467979157176627</id><published>2006-08-04T01:22:00.000-07:00</published><updated>2006-08-04T01:23:11.580-07:00</updated><title type='text'>planet</title><content type='html'>&lt;a href="http://planet.mozilla.org/"&gt;planet&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-115467979157176627?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115467979157176627'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115467979157176627'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2006/08/planet.html' title='planet'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-115445601248116736</id><published>2006-08-01T11:10:00.000-07:00</published><updated>2006-11-27T13:19:19.196-08:00</updated><title type='text'>mozilla + ff status meetings</title><content type='html'>&lt;a href="http://wiki.mozilla.org/WeeklyUpdates"&gt;mozilla weekly updates&lt;/a&gt;&lt;br /&gt;&lt;a href="http://wiki.mozilla.org/Firefox2/StatusMeetings"&gt;ff2 status meetings&lt;/a&gt;&lt;br /&gt;&lt;a href="http://wiki.mozilla.org/Firefox3/Status"&gt;ff3 status meetings&lt;/a&gt;&lt;br /&gt;&lt;a href="http://wiki.mozilla.org/Firefox:1.5.0.8:Schedule"&gt;1.5.0.8 schedule&lt;/a&gt;&lt;br /&gt;&lt;a href="http://steelgryphon.com/sidebars/mozSidebar.html"&gt;mconnor's driver sidebar&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-115445601248116736?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115445601248116736'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115445601248116736'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2006/08/mozilla-ff-status-meetings.html' title='mozilla + ff status meetings'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-115438641897253715</id><published>2006-07-31T15:53:00.000-07:00</published><updated>2006-07-31T17:23:49.616-07:00</updated><title type='text'>moz dev cal</title><content type='html'>&lt;a href="http://www.google.com/calendar/embed?src=pdighgf028nmbjbrno8oed8vsg%40group.calendar.google.com"&gt;calendar&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-115438641897253715?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115438641897253715'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115438641897253715'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2006/07/moz-dev-cal.html' title='moz dev cal'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-115431526378762778</id><published>2006-07-30T20:06:00.000-07:00</published><updated>2006-11-07T15:07:36.213-08:00</updated><title type='text'>tinderboxes</title><content type='html'>&lt;a href="http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox"&gt;trunk&lt;/a&gt;&lt;br /&gt;&lt;a href="http://tinderbox.mozilla.org/showbuilds.cgi?tree=Mozilla1.8"&gt;1.8&lt;/a&gt;&lt;br /&gt;&lt;a href="http://tinderbox.mozilla.org/showbuilds.cgi?tree=Mozilla1.8.0"&gt;1.8.0&lt;/a&gt;&lt;br /&gt;&lt;a href="http://tinderbox.mozilla.org/showbuilds.cgi?tree=MozillaExperimental"&gt;experimental&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-115431526378762778?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115431526378762778'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115431526378762778'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2006/07/tinderboxes.html' title='tinderboxes'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-115427847048286398</id><published>2006-07-30T09:53:00.000-07:00</published><updated>2006-10-08T10:21:02.860-07:00</updated><title type='text'>bugs</title><content type='html'>&lt;a href="https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;resolution=---&amp;emailassigned_to1=1&amp;emailtype1=exact&amp;email1=sspitzer%40mozilla.com&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailqa_contact2=1&amp;emailtype2=exact&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0="&gt;all  of my ff bugs&lt;/a&gt;&lt;br /&gt;&lt;a href="https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&amp;keywords_type=nowords&amp;keywords=fixed1.8.1+verified1.8.1&amp;chfieldto=Now&amp;field0-0-0=flagtypes.name&amp;type0-0-0=equals&amp;value0-0-0=blocking-firefox2%2B"&gt;all ff 2.0 blocker bugs&lt;/a&gt;&lt;br /&gt;&lt;a href="https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;resolution=---&amp;emailqa_contact1=1&amp;emailtype1=exact&amp;email1=tabbed.browser%40firefox.bugs&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailqa_contact2=1&amp;emailtype2=exact&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0="&gt;qa contact is tab browser&lt;/a&gt;&lt;br /&gt;&lt;a href="https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;resolution=---&amp;emailqa_contact1=1&amp;emailtype1=exact&amp;email1=software.update%40firefox.bugs&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailqa_contact2=1&amp;emailtype2=exact&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0="&gt;qa contact is software update&lt;/a&gt;&lt;br /&gt;&lt;a href="https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Firefox&amp;component=Bookmarks&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;resolution=DUPLICATE&amp;resolution=---&amp;emailassigned_to1=1&amp;emailtype1=exact&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailqa_contact2=1&amp;emailtype2=exact&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=2006-10-01&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0="&gt;bookmarks bugs modified since 10/1/06&lt;/a&gt;&lt;br /&gt;&lt;a href="https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Firefox&amp;component=Places&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;resolution=DUPLICATE&amp;resolution=---&amp;emailassigned_to1=1&amp;emailtype1=exact&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailqa_contact2=1&amp;emailtype2=exact&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0="&gt;places bugs&lt;/a&gt;&lt;br /&gt;&lt;a href="https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&amp;resolution=FIXED&amp;emailassigned_to1=1&amp;emailtype1=exact&amp;email1=sspitzer%40mozilla.com&amp;chfieldto=Now"&gt;bugs I've fixed as sspitzer@mozilla.com&lt;/a&gt;&lt;br /&gt;&lt;a href="https://bugzilla.mozilla.org/request.cgi?requester=sspitzer%40mozilla.com&amp;requestee=sspitzer%40mozilla.com&amp;do_union=1&amp;group=type"&gt;review quest queue&lt;/a&gt;&lt;br /&gt;&lt;a href="https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=nowords&amp;keywords=fixed1.8.1+verified1.8.1&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=sspitzer&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=flagtypes.name&amp;type0-0-0=equals&amp;value0-0-0=blocking-firefox2%2B&amp;field0-0-1=flagtypes.name&amp;type0-0-1=equals&amp;value0-0-1=blocking1.8.1%2B&amp;field0-1-0=target_milestone&amp;type0-1-0=equals&amp;value0-1-0=Firefox+2&amp;field0-1-1=target_milestone&amp;type0-1-1=equals&amp;value0-1-1=mozilla1.8.1"&gt;my ff2 blockers&lt;/a&gt;&lt;br /&gt;&lt;a href="https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;resolution=---&amp;emailreporter1=1&amp;emailtype1=exact&amp;email1=sspitzer%40mozilla.com&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailqa_contact2=1&amp;emailtype2=exact&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0="&gt;bugs I've logged as sspitzer@mozilla.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-115427847048286398?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115427847048286398'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115427847048286398'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2006/07/bugs.html' title='bugs'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-115427831603732588</id><published>2006-07-30T09:51:00.000-07:00</published><updated>2006-11-03T12:33:54.933-08:00</updated><title type='text'>checkins</title><content type='html'>&lt;a href="http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&amp;module=all&amp;branch=&amp;branchtype=match&amp;dir=&amp;file=&amp;filetype=match&amp;who=sspitzer%25mozilla.org&amp;whotype=match&amp;sortby=Date&amp;hours=2&amp;date=day&amp;mindate=&amp;maxdate=&amp;cvsroot=%2Fcvsroot"&gt;mine - past day&lt;/a&gt;&lt;br /&gt;&lt;a href="http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&amp;module=all&amp;branch=&amp;branchtype=match&amp;dir=&amp;file=&amp;filetype=match&amp;who=sspitzer%25mozilla.org&amp;whotype=match&amp;sortby=Date&amp;hours=2&amp;date=week&amp;mindate=&amp;maxdate=&amp;cvsroot=%2Fcvsroot"&gt;mine - past week&lt;/a&gt;&lt;br /&gt;&lt;a href="http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&amp;module=all&amp;branch=&amp;branchtype=match&amp;dir=&amp;file=&amp;filetype=match&amp;who=sspitzer%25mozilla.org&amp;whotype=match&amp;sortby=Date&amp;hours=2&amp;date=month&amp;mindate=&amp;maxdate=&amp;cvsroot=%2Fcvsroot"&gt;mine - past month&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;broken:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://tinderbox.mozilla.org/bonsai/cvsquery.cgi?module=AviarySuiteBranchTinderbox&amp;branch=&amp;cvsroot=/cvsroot&amp;date=day&amp;who="&gt;all - past day&lt;/a&gt;&lt;br /&gt;&lt;a href="http://tinderbox.mozilla.org/bonsai/cvsquery.cgi?module=allrepositories&amp;branch=&amp;dir=&amp;file=&amp;who=&amp;sortby=Date&amp;hours=2&amp;date=week"&gt;all - past week&lt;/a&gt;&lt;br /&gt;&lt;a href="http://tinderbox.mozilla.org/bonsai/cvsquery.cgi?module=AviarySuiteBranchTinderbox&amp;branch=HEAD&amp;cvsroot=/cvsroot&amp;date=day&amp;who="&gt;trunk in past 24 hours&lt;/a&gt;&lt;br /&gt;&lt;a href="http://tinderbox.mozilla.org/bonsai/cvsquery.cgi?module=AviarySuiteBranchTinderbox&amp;branch=HEAD&amp;cvsroot=/cvsroot&amp;date=week&amp;who="&gt;trunk in past week&lt;/a&gt;&lt;br /&gt;&lt;a href="http://tinderbox.mozilla.org/bonsai/cvsquery.cgi?module=AviarySuiteBranchTinderbox&amp;branch=HEAD&amp;cvsroot=/cvsroot&amp;date=month&amp;who="&gt;trunk in past month&lt;/a&gt;&lt;br /&gt;&lt;a href="http://tinderbox.mozilla.org/bonsai/cvsquery.cgi?module=AviarySuiteBranchTinderbox&amp;branch=MOZILLA_1_8_BRANCH&amp;cvsroot=/cvsroot&amp;date=day&amp;who="&gt;branch in past 24 hours&lt;/a&gt;&lt;br /&gt;&lt;a href="http://tinderbox.mozilla.org/bonsai/cvsquery.cgi?module=AviarySuiteBranchTinderbox&amp;branch=MOZILLA_1_8_BRANCH&amp;cvsroot=/cvsroot&amp;date=week&amp;who="&gt;branch in the past week&lt;/a&gt;&lt;br /&gt;&lt;a href="http://tinderbox.mozilla.org/bonsai/cvsquery.cgi?module=AviarySuiteBranchTinderbox&amp;branch=MOZILLA_1_8_BRANCH&amp;cvsroot=/cvsroot&amp;date=month&amp;who="&gt;branch in the past month&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-115427831603732588?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115427831603732588'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115427831603732588'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2006/07/checkins.html' title='checkins'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-115427765025360206</id><published>2006-07-30T09:40:00.000-07:00</published><updated>2006-07-30T09:40:50.253-07:00</updated><title type='text'>xpconnect - xpidl - faq</title><content type='html'>&lt;a href="http://www.mozilla.org/scriptable/faq.html#i3"&gt;http://www.mozilla.org/scriptable/faq.html#i3&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-115427765025360206?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115427765025360206'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115427765025360206'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2006/07/xpconnect-xpidl-faq.html' title='xpconnect - xpidl - faq'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-115427758539697768</id><published>2006-07-30T09:39:00.000-07:00</published><updated>2006-09-20T11:50:07.306-07:00</updated><title type='text'>css links</title><content type='html'>&lt;a href="http://developer.mozilla.org/en/docs/CSS:Getting_Started"&gt;MDC getting started&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.ilovejackdaniels.com/css_cheat_sheet.png"&gt;cheat sheet&lt;/a&gt;&lt;br /&gt;&lt;a href="http://developer.mozilla.org/en/docs/Writing_Efficient_CSS"&gt;hyatt's writing efficent css doc&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-115427758539697768?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115427758539697768'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115427758539697768'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2006/07/css-links.html' title='css links'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry><entry><id>tag:blogger.com,1999:blog-7189024.post-115427755338942443</id><published>2006-07-30T09:38:00.000-07:00</published><updated>2006-07-30T09:39:13.403-07:00</updated><title type='text'>xul tutorials</title><content type='html'>&lt;a href="http://www.xulplanet.com/tutorials/"&gt;http://www.xulplanet.com/tutorials/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7189024-115427755338942443?l=foobarcheese.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115427755338942443'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7189024/posts/default/115427755338942443'/><link rel='alternate' type='text/html' href='http://foobarcheese.blogspot.com/2006/07/xul-tutorials.html' title='xul tutorials'/><author><name>Seth</name><uri>http://www.blogger.com/profile/03820436662846046721</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></entry></feed>
