<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Webdogs 2.0 &#187; add-ons</title>
	<atom:link href="http://www.webdogs.org/tag/add-ons/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdogs.org</link>
	<description>Webdogs 2.0 ~ data, design and derring-do since, uh, whenever</description>
	<lastBuildDate>Mon, 26 Jul 2010 21:04:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A few more quick Gmail 2.0 customizations</title>
		<link>http://www.webdogs.org/2008/01/10/a-few-more-quick-gmail-20-customizations/</link>
		<comments>http://www.webdogs.org/2008/01/10/a-few-more-quick-gmail-20-customizations/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 05:33:04 +0000</pubDate>
		<dc:creator>Brian Lawlor</dc:creator>
				<category><![CDATA[add-ons]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[gmail]]></category>

		<guid isPermaLink="false">http://www.webdogs.org/2008/01/10/a-few-more-quick-gmail-20-customizations/</guid>
		<description><![CDATA[
With our organizational switch over to Gmail 2.0, we have been working on practical, advocate-friendly solutions that work with the updated Gmail 2.0 interface. The initial solutions a few days ago had to do with using Better Gmail 2.0 to give our users mailto functionality that works with our Google Apps, plus nifty new file-type [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: right; margin: 0 0 0 20px;" src="http://www.webdogs.org/dog_files/gmail_search_buttons01.png" alt="" /></p>
<p>With our <a href="">organizational switch over to Gmail 2.0</a>, we have been working on practical, <a href="">advocate-friendly</a> solutions that work with the updated Gmail 2.0 interface. The <a href="">initial solutions</a> a few days ago had to do with using <a href="https://addons.mozilla.org/en-US/firefox/addon/6076">Better Gmail 2.0</a> to give our users <code>mailto</code> functionality that works with our Google Apps, plus nifty new file-type icons and other goodies that come with that add-on package. Done.</p>
<p><img style="float: right; margin: 0 0 0 20px;" src="http://www.webdogs.org/dog_files/gmail_labels01.png" alt="" /></p>
<p>The second part of the plan is to exploit the power and flexibility of the <a href="http://userstyles.org/stylish/">Stylish</a> Firefox extension to perform a few modest cosmetic tweaks, while also offering users some options about what appears and does not appear in the new Gmail interface.</p>
<p>Here are the targets of our coding madness today &#8212; all real-world examples as of this afternoon from my Google Apps Gmail account &#8212; displayed here and familiar to all who are familiar with the default Gmail 2.0 interface, from top to bottom: the two search buttons, one for your Gmail and the other for a general Google search; the Labels menu with its new &#8220;color-code/edit-label&#8221; boxes to the right of (and partially obscuring) each label; and the indispensible Inbox, illustrated below, with a default design that makes it touch harder than it needs to be to read the labels in the message row:</p>
<p><img style="margin: 0.50em 0 0 0;" src="http://www.webdogs.org/dog_files/gmail_inbox01.png" alt="" /></p>
<p>So you&#8217;re asking yourself, &#8220;Yeah, I love Gmail. But do I have to live with all this blah design and extraneous stuff I don&#8217;t really want?&#8221; No, my friend, you do not.</p>
<p>The solution for today&#8217;s tech challenge is the <a href="https://addons.mozilla.org/en-US/firefox/addon/2108" class="broken_link" >Stylish add-on</a> for Firefox. The short version is that Stylish enables you to easily change how things look in your Firefox web browser by simply invoking a new set of <a href="http://www.w3.org/Style/CSS/">CSS rules</a> that control the &#8220;presentation&#8221; or visual design of what you see, including web applications like Gmail. And there are truckloads of Stylish code bits <a href="http://userstyles.org/styles/search/gmail">already available for Gmail 2.0</a>.</p>
<p>But it is even better than just loading someone else&#8217;s Stylish code. What you can easily do is cherry-pick a design idea or two from any of the many code samples already available and build your own custom Stylish code set. With a nod to ideas and code lifted shamelessly from <a href="http://userstyles.org/styles/678">Gmail: Inbox with new style</a> and <a href="http://userstyles.org/styles/4118">GMail Cleaner</a>, plus a few original ideas for changing the look of Gmail labels in the Inbox itself (to make them easier to scan and more readable) and removing the &#8220;color-code/edit-label boxes&#8221; (so that they no longer obscure the already-too-narrow Labels menu), here&#8217;s how I did my own personal, quite modest makeover of the Gmail interface:</p>
<ul>
<li><a href="https://addons.mozilla.org/en-US/firefox/downloads/file/19852/stylish-0.5.3-fx+tb+sm+fl.xpi">Install Stylish</a> (OK, you already knew that.)</li>
<li>In Firefox go to <code>Tools > Add-ons > Stylish > Options</code>. That opens the &#8220;Manage Styles&#8221; dialog. Click on <code>Write</code>.</li>
<li>Give your style a memorable name by typing it into the &#8220;Description&#8221; field. (&#8220;I Love Webdogs 2.0&#8243; has a nice ring to it, but it&#8217;s your call.)</li>
<li>Cut-and-paste (or <a href="http://www.webdogs.org/dog_files/webdogs_gmail_styles.txt">download</a>) the code below, put it into the large edit field below the &#8220;Insert&#8221; button and then click &#8220;Save.&#8221;</li>
</ul>
<pre>
<span>/*
Stylish code based in part on code and ideas from
&quot;Gmail: Inbox with new style&quot;

http://userstyles.org/styles/678

and &quot;GMail Cleaner&quot;

http://userstyles.org/styles/4118

 */</span>

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(&quot;mail.google.com&quot;)
{

<span>/* remove web search button */</span>
button[id=&quot;1fbh&quot;] {display:none !important;}

<span>/* create hover &quot;row&quot; effect for message lists */</span>
table.N2mZ7b tr:hover,
table.tlc tr.rr:hover { background-color:#FFEB86 !important; }
table.N2mZ7b tr.rfza3e:hover,
table.tlc tr.ur:hover { background-color:#CDF39F !important; }

<span>/* restyle how Labels display in message lists */</span>
span.s75Nkf b { background-color:transparent !important; border-color:#C0C0C0 !important; }

<span>/* remove &quot;color-code/edit-label&quot; boxes */</span>
div.qn0D4e b b { display:none !important; }
td.BFvfre { display:none !important; }

}
</pre>
<p>What does this get you?</p>
<p><img src="http://www.webdogs.org/dog_files/gmail_inbox02.png" alt="" /></p>
<p><img style="float: right; margin: 0 0 0 20px;" src="http://www.webdogs.org/dog_files/gmail_labels02.png" alt="" /></p>
<ul>
<li>You now have only one &#8220;Search Mail&#8221; button. The &#8220;Search Web&#8221; button is gone.</li>
<li>When you hover your mouse over a message, the whole message row is now highlighted. Can you say, &#8220;Easier to scan and click&#8221;?</li>
<li>The Label names still have a low-contrast appearance but the font and border style are easier to scan, plus the backgrounds of the labels are transparent. Can you say, &#8220;Easier to read&#8221;?</li>
<li>The &#8220;color-code/edit-labels&#8221; boxes are gone, revealing more of the Labels menu. Can you say, &#8220;Well, OK, maybe I like that, maybe I don&#8217;t. I&#8217;ll get back to you.&#8221;</li>
</ul>
<p>Don&#8217;t like something? Just remove or edit the offending CSS code. But you get the idea: Play with other folk&#8217;s Stylish code by installing any number of Gmail styles to get some useful ideas of what you like and then what you really want. Then cut-and-paste and recode and add code as suits you and create your own master Stylish code set.</p>
<p>To coin a phrase, &#8220;It&#8217;s all good.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdogs.org/2008/01/10/a-few-more-quick-gmail-20-customizations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating your Gmail 2.0 add-ons</title>
		<link>http://www.webdogs.org/2008/01/06/updating-gmail-add-ons/</link>
		<comments>http://www.webdogs.org/2008/01/06/updating-gmail-add-ons/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 01:10:12 +0000</pubDate>
		<dc:creator>Brian Lawlor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[gmail]]></category>

		<guid isPermaLink="false">http://www.webdogs.org/2008/01/06/updating-your-gmail-20-add-ons/</guid>
		<description><![CDATA[

As a coda to last week&#8217;s post about turning on Gmail 2.0 for Google Apps, it is worth noting that doing so will effectively kill some Firefox add-ons that you may be accustomed to using to spiff up the appearance of your Gmail interface, including some commonly used Greasemonkey Gmail scripts and popular Userstyles.org  [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: right; margin: 0 0 0.50em 20px;" src="http://www.webdogs.org/dog_files/better_gmail_01.png" alt="" /></p>
<p><img style="float: right; margin: 0 0 0.50em 20px;" src="http://www.webdogs.org/dog_files/better_gmail_02.png" alt="" /></p>
<p>As a coda to last week&#8217;s post about <a href="http://www.webdogs.org/2008/01/02/turning-on-gmail-20-for-google-apps/">turning on Gmail 2.0 for Google Apps</a>, it is worth noting that doing so will effectively kill some Firefox add-ons that you may be accustomed to using to spiff up the appearance of your Gmail interface, including some commonly used <a href="http://code.google.com/p/gmail-greasemonkey/">Greasemonkey Gmail scripts</a> and popular <a href="http://userstyles.org/styles/search/gmail">Userstyles.org  Gmail scripts</a> that rely on <a href="https://addons.mozilla.org/en-US/firefox/addon/2108" class="broken_link" >Stylish</a>. You should update those, as needed.</p>
<p>For <a href="http://lsnc.net/">LSNC</a> perhaps the biggest deal is having a solution for <a href="http://www.ianr.unl.edu/internet/mailto.html">mailto</a> links, so that the Gmail 2.0 &#8220;Compose Mail&#8221; page opens whenever the user clicks on a <code>mailto</code> link.</p>
<p>One of the easiest solutions to this dilemma is to have users install the <a href="https://addons.mozilla.org/en-US/firefox/addon/6076">Better Gmail 2.0</a> Firefox add-on.</p>
<p>To get the &#8220;Compose mailto Links in Gmail&#8221; feature to work with your Google Apps domain, click on the &#8220;Advanced&#8221; button in the Better Gmail 2.0 console and then simply add your domain. Problem solved. Well, for the most part. Once set, if the user has Firefox open and is already logged into Gmail, whenever the user clicks on a <code>mailto</code> link it will open to the Gmail Compose Mail page. If not logged into Gmail, clicking the link will trigger Gmail opening to its default Inbox page. Hey, but no harm, no foul.</p>
<p>With the Better Gmail 2.0 add-on you also get several other useful options, including a very helpful &#8220;Attachment Icons&#8221; display that substitutes file-type specific icons for the Gmail default paper clip icon. Useful stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdogs.org/2008/01/06/updating-gmail-add-ons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixes for two minor Firefox annoyances</title>
		<link>http://www.webdogs.org/2007/06/03/fixes-for-two-minor-firefox-annoyances/</link>
		<comments>http://www.webdogs.org/2007/06/03/fixes-for-two-minor-firefox-annoyances/#comments</comments>
		<pubDate>Sun, 03 Jun 2007 18:42:23 +0000</pubDate>
		<dc:creator>Brian Lawlor</dc:creator>
				<category><![CDATA[add-ons]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.webdogs.org/2007/06/03/fixes-for-two-minor-firefox-annoyances/</guid>
		<description><![CDATA[First annoyance:
As I recall it, the problem started with Firefox 2.0.0.3. If I didn&#8217;t already have Firefox open and clicked on a Windows shortcut to a web location, I would get an error message like this:

The odd thing is that, despite what the message says, if you wait a bit the page eventually loads into [...]]]></description>
			<content:encoded><![CDATA[<p>First annoyance:</p>
<p>As I recall it, the problem started with Firefox 2.0.0.3. If I didn&#8217;t already have Firefox open and clicked on a Windows shortcut to a web location, I would get an error message like this:</p>
<p><img src="http://www.webdogs.org/dog_files/page_error.png" alt="" /></p>
<p>The odd thing is that, despite what the message says, if you wait a bit the page eventually loads into the browser. The Firefox folks are aware of the problem but haven&#8217;t yet fixed this particular bug. But there is a fix although it is a bit cumbersome: <a href="http://kb.mozillazine.org/Windows_error_opening_Internet_shortcut_or_local_HTML_file_-_Firefox">Windows error opening Internet shortcut or local HTML file</a>. Per that article, there are a couple of ways to deal with the bug, but I took the path of least resistance and went directly into the registry settings and deleted the four &#8220;ddexec&#8221; registry keys referenced in the article. It works.</p>
<p>Second annoyance:</p>
<p>This problem is about getting a Firefox add-on (n&eacute;e extension) that works in Firefox 1.5.x but hasn&#8217;t been updated so it works in the current Firefox 2.x. Actually it is unfair to call this an &#8220;annoyance&#8221; since that implies this is Firefox&#8217;s fault. It is not. If an add-on doesn&#8217;t work, it is up to the developer of the extension to fix it, not Firefox. And in general most <a href="">Firefox add-ons I use</a> have been in quick order updated to work with the latest versions of Firefox, but occasionally some are not. What&#8217;s a wizened Webdog to do?</p>
<p>The answer is to install <a href="http://www.oxymoronical.com/web/firefox/nightly">Nightly Tester Tools</a>, an add-on that makes old version extensions functionally compatible with current versions of Firefox. Once you install Nightly Tester, you&#8217;ll see a new option at the bottom of the add-on dialog window:</p>
<p><img src="http://www.webdogs.org/dog_files/make_compatible.png" alt="" /></p>
<p>Click on &#8220;Make all compatible&#8221; and then close/restart Firefox and most, if not all out-of-date add-ons should work just fine.</p>
<p>That said, one more thing: While the Nightly Tester add-on is active, it triggers a &#8220;build&#8221; number reference in the title bar of the Firefox browser, as illustrated here:</p>
<p><img src="http://www.webdogs.org/dog_files/build_no.png" alt="" /></p>
<p>If that annoys you, just disable Nightly Tester and the build number disappears. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdogs.org/2007/06/03/fixes-for-two-minor-firefox-annoyances/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More extensions for your Gmail lifestyle</title>
		<link>http://www.webdogs.org/2007/03/05/more-extensions-for-your-gmail-lifestyle/</link>
		<comments>http://www.webdogs.org/2007/03/05/more-extensions-for-your-gmail-lifestyle/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 05:18:33 +0000</pubDate>
		<dc:creator>Brian Lawlor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[gmail]]></category>

		<guid isPermaLink="false">http://www.webdogs.org/2007/03/05/more-extensions-for-your-gmail-lifestyle/</guid>
		<description><![CDATA[


Here are a few additional Firefox/Greasemonkey/Gmail goodies we are currently promoting for use by LSNC advocates:
DragDropUpload &#8211; one of the limitations of the default Gmail setup is that you have to use the browse file dialog, one file at a time, to add multiple file attachments to your Gmail message. But the DragDropUpload extension eliminates [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: left; margin: 0 10px 0 0;" src="http://www.webdogs.org/dog_files/dragdrop_01.png" alt="" /></p>
<p><img style="float: left; margin: 14px 10px 0 0;" src="http://www.webdogs.org/dog_files/dragdrop_02.png" alt="" /></p>
<p><img style="float: left; margin: 14px 10px 0 0; clear: left;" src="http://www.webdogs.org/dog_files/saved_searches.png" alt="" /></p>
<p>Here are a few additional Firefox/Greasemonkey/Gmail goodies we are currently promoting for use by LSNC advocates:</p>
<p><a href="https://addons.mozilla.org/firefox/2190/">DragDropUpload</a> &#8211; one of the limitations of the default Gmail setup is that you have to use the browse file dialog, one file at a time, to add multiple file attachments to your Gmail message. But the DragDropUpload extension eliminates all that inefficiency. Install it and you can just drag-n-drop all your files in one fell swoop on top of the &#8220;Attach a file&#8221; link and BAM! you are good to go! This is absolutely a must-have Firefox extension if you use Gmail.</p>
<p>Wouldn&#8217;t it be handy if you could &#8220;save&#8221; specific types of searches of your Gmail content? Turns out you can. Install <a href="https://addons.mozilla.org/firefox/748/">Greasemonkey</a> and then saunter over to the <a href="http://code.google.com/p/gmail-greasemonkey/">Gmail-Greasemonkey</a> page at Google Code, where you&#8217;ll find several Gmail goodies including the <a href="http://gmail-greasemonkey.googlecode.com/svn/trunk/scripts/gmail-saved-searches.user.js">Saved Searches</a> script. Install it and your Gmail account will automatically save your Gmail searches for you. Comes with a couple of handy dandy &#8220;saved searches&#8221; already set up for you including &#8220;Attachments&#8221; and &#8220;Last Week.&#8221; Killer.</p>
<p>You would not be the first person to grumble, &#8220;Yeah, I love how Gmail works but, whew, is it ever butt ugly!&#8221; That&#8217;s being a bit harsh, I think, but if you are needin&#8217; some serious Gmail beautification, there are plenty of options out there. For starters you could install the <a href="http://userstyles.org/stylish">Stylish</a> Firefox extension (think of it as a Greasemonkey alternative) and then go wallow in all the <a href="http://userstyles.org/style/search/gmail">UserStyle.org Gmail extensions</a>. Need to hide the ads in Gmail? Want a cooler look to your left-side navigation and list of labels? Think the Inbox is way overdo for a makeover? It&#8217;s all there for you. And if you&#8217;re motiviated, dig into the scripts for each of the individual extensions and tweak the CSS code to make the colors your own. Sweet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdogs.org/2007/03/05/more-extensions-for-your-gmail-lifestyle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
