<?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 3.0 &#187; add-ons</title>
	<atom:link href="http://webdogs.org/tag/add-ons/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdogs.org</link>
	<description>site sentient since 2006</description>
	<lastBuildDate>Tue, 15 May 2012 00:10:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A few more quick Gmail 2.0 customizations</title>
		<link>http://webdogs.org/2008/01/10/a-few-more-quick-gmail-20-customizations/</link>
		<comments>http://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">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>
<h2  class="related_post_title">Other posts of possible interest...</h2><ul class="related_post"><li><a href="http://webdogs.org/2008/01/06/updating-gmail-add-ons/" title="Updating your Gmail 2.0 add-ons">Updating your Gmail 2.0 add-ons</a></li><li><a href="http://webdogs.org/2007/03/05/more-extensions-for-your-gmail-lifestyle/" title="More extensions for your Gmail lifestyle">More extensions for your Gmail lifestyle</a></li><li><a href="http://webdogs.org/2012/01/22/integrating-gmail-and-google-groups-with-the-pika-cms/" title="Integrating Gmail and Google Groups with the Pika CMS">Integrating Gmail and Google Groups with the Pika CMS</a></li><li><a href="http://webdogs.org/2011/05/15/2671/" title="Example of a Google mega CSS sprites image">Example of a Google mega CSS sprites image</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://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://webdogs.org/2008/01/06/updating-gmail-add-ons/</link>
		<comments>http://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 Gmail [...]]]></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">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>
<h2  class="related_post_title">Other posts of possible interest...</h2><ul class="related_post"><li><a href="http://webdogs.org/2007/03/05/more-extensions-for-your-gmail-lifestyle/" title="More extensions for your Gmail lifestyle">More extensions for your Gmail lifestyle</a></li><li><a href="http://webdogs.org/2008/12/08/gmail-workaday-the-sequel/" title="Gmail workaday: The sequel">Gmail workaday: The sequel</a></li><li><a href="http://webdogs.org/2008/01/10/a-few-more-quick-gmail-20-customizations/" title="A few more quick Gmail 2.0 customizations">A few more quick Gmail 2.0 customizations</a></li><li><a href="http://webdogs.org/2007/11/02/gmail-has-a-firefox-funky-week/" title="Gmail has a Firefox funky week">Gmail has a Firefox funky week</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://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://webdogs.org/2007/06/03/fixes-for-two-minor-firefox-annoyances/</link>
		<comments>http://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 [...]]]></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>
<h2  class="related_post_title">Other posts of possible interest...</h2><ul class="related_post"><li><a href="http://webdogs.org/2008/01/06/updating-gmail-add-ons/" title="Updating your Gmail 2.0 add-ons">Updating your Gmail 2.0 add-ons</a></li><li><a href="http://webdogs.org/2007/03/05/more-extensions-for-your-gmail-lifestyle/" title="More extensions for your Gmail lifestyle">More extensions for your Gmail lifestyle</a></li><li><a href="http://webdogs.org/2009/02/08/guide-to-installing-and-configuring-a-basic-gsa-enterprise-search-platform/" title="Setting the stage for a basic Google Search Appliance deployment">Setting the stage for a basic Google Search Appliance deployment</a></li><li><a href="http://webdogs.org/2008/12/08/gmail-workaday-the-sequel/" title="Gmail workaday: The sequel">Gmail workaday: The sequel</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://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://webdogs.org/2007/03/05/more-extensions-for-your-gmail-lifestyle/</link>
		<comments>http://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 [...]]]></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>
<h2  class="related_post_title">Other posts of possible interest...</h2><ul class="related_post"><li><a href="http://webdogs.org/2008/01/06/updating-gmail-add-ons/" title="Updating your Gmail 2.0 add-ons">Updating your Gmail 2.0 add-ons</a></li><li><a href="http://webdogs.org/2008/12/08/gmail-workaday-the-sequel/" title="Gmail workaday: The sequel">Gmail workaday: The sequel</a></li><li><a href="http://webdogs.org/2008/01/10/a-few-more-quick-gmail-20-customizations/" title="A few more quick Gmail 2.0 customizations">A few more quick Gmail 2.0 customizations</a></li><li><a href="http://webdogs.org/2007/11/02/gmail-has-a-firefox-funky-week/" title="Gmail has a Firefox funky week">Gmail has a Firefox funky week</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://webdogs.org/2007/03/05/more-extensions-for-your-gmail-lifestyle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attorney search button updated</title>
		<link>http://webdogs.org/2007/02/25/attorney-search-button-updated/</link>
		<comments>http://webdogs.org/2007/02/25/attorney-search-button-updated/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 00:28:47 +0000</pubDate>
		<dc:creator>Brian Lawlor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.webdogs.org/2007/02/25/attorney-search-button-updated/</guid>
		<description><![CDATA[There is a minor glitch in the California Attorney Search custom button for the Google Toolbar posted a few weeks back. The custom search button works just fine, thank you very much, but when the Google Toolbar search field is empty and you click on the custom button, it takes you to Webdogs 2.0, not [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: left; margin: 0 10px 0 0;" src="http://www.webdogs.org/dog_files/update_button.png" alt="" /></p>
<p>There is a minor glitch in the <a href="http://www.webdogs.org/2007/02/05/googling-california-attorneys/">California Attorney Search</a> custom button for the Google Toolbar posted a few weeks back. The custom search button works just fine, thank you very much, but when the Google Toolbar search field is empty and you click on the custom button, it takes you to Webdogs 2.0, not the California Bar search page. Not good and not what was intended.</p>
<p>We&#8217;ve fixed it. For those of our California <em>compadres</em> who installed the button, to update it on your Google Toolbar select <strong>Options</strong> -> <strong>Buttons</strong> -> <strong>California Attorney Search</strong>, then <strong>Edit</strong> to open up the <strong>Button Details</strong> dialog box. Click the link &#8220;Update button to latest version from www.webdogs.org&#8221;, close your browser and then reopen it, and you&#8217;re good to go. Now, when you click on the <img style="vertical-align: middle;" src="http://www.webdogs.org/dog_files/abutton.png" alt="" /> icon on the Google Toolbar, regardless of whether the search field is empty or not, it will take you directly to the California Bar &#8220;Attorney Search&#8221; page. Better, no?</p>
<h2  class="related_post_title">Other posts of possible interest...</h2><ul class="related_post"><li><a href="http://webdogs.org/2007/02/05/googling-california-attorneys/" title="Googling California attorneys">Googling California attorneys</a></li><li><a href="http://webdogs.org/2006/11/12/flog-the-blog-giving-your-people-posting-options/" title="Wag the Blog: Giving your people posting options">Wag the Blog: Giving your people posting options</a></li><li><a href="http://webdogs.org/2010/07/08/our-final-15-minutes-of-google-fame/" title="Our final 15 minutes of Google fame">Our final 15 minutes of Google fame</a></li><li><a href="http://webdogs.org/2010/04/01/fast-breaking-google-news/" title="Fast breaking Google news">Fast breaking Google news</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://webdogs.org/2007/02/25/attorney-search-button-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Googling California attorneys</title>
		<link>http://webdogs.org/2007/02/05/googling-california-attorneys/</link>
		<comments>http://webdogs.org/2007/02/05/googling-california-attorneys/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 01:13:10 +0000</pubDate>
		<dc:creator>Brian Lawlor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[findability]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.webdogs.org/2007/02/05/googling-california-attorneys/</guid>
		<description><![CDATA[As posted earlier to a broader audience at the LSNC main website, the Webdogs have created a very simple custom button for the Google Toolbar so that you can use the search box in the toolbar to do a direct name search for California attorneys at the California State Bar site. For our readers in [...]]]></description>
			<content:encoded><![CDATA[<p>As posted earlier to a broader audience at the <a href="http://lsnc.net/">LSNC main website</a>, the Webdogs have created a very simple custom button for the Google Toolbar so that you can use the search box in the toolbar to do a direct name search for California attorneys at the California State Bar site. For our readers in California (or anyone else who wants to try it), if you have a current version of the toolbar installed, just click on <a href="http://toolbar.google.com/buttons/add?url=http://www.webdogs.org/dog_files/calbar_search.xml">Add California Attorney Search Button</a>, follow the prompts and there you have it. To try it out, do a search for &#8220;Tony Joe Whi &#8230;,&#8221; uh, &#8220;Anthony Gilbert White.&#8221; Folks in California will appreciate the utilitiy of this, since so many of us use the California State Bar site as an attorney &#8220;contacts&#8221; address book.</p>
<p>This was pretty easy to do by just following Google&#8217;s handy-dandy, step-by-step <a href="http://www.google.com/tools/toolbar/buttons/apis/howto_guide.html">Guide to Making Custom Buttons for Google Toolbar 4</a>. The guide refers to Internet Explorer, but it works with Firefox as well now that the latest version of the toolbar for Firefox supports custom buttons. The &#8220;hardest&#8221; thing involved is actually not hard at all, assuming you know how to create a custom icon image. The guide provides a link to a site where you can <a href="http://www.google.com/tools/toolbar/buttons/apis/howto_guide.html#makeicons">encode your custom icon into ASCII text</a> using base64 encoding.</p>
<h2  class="related_post_title">Other posts of possible interest...</h2><ul class="related_post"><li><a href="http://webdogs.org/2010/02/02/legal-research-and-the-need-to-be-more-like-google/" title="Legal research and the need to be &#8220;more like Google&#8221;">Legal research and the need to be &#8220;more like Google&#8221;</a></li><li><a href="http://webdogs.org/2007/10/08/explicating-the-lsnc-findability-project/" title="Explicating the LSNC Findability Project">Explicating the LSNC Findability Project</a></li><li><a href="http://webdogs.org/2007/06/03/nyt-qdf-and-other-google-search-mysteries/" title="NYT, QDF and other Google search mysteries">NYT, QDF and other Google search mysteries</a></li><li><a href="http://webdogs.org/2007/05/16/getting-ready-for-google-20/" title="Getting ready for Google 2.0">Getting ready for Google 2.0</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://webdogs.org/2007/02/05/googling-california-attorneys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

