<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>Digital Ramble</title>
	<link>http://www.digitalramble.com</link>
	<description>surveyor of the foothills, valleys and occasional sheer cliff drops of the world of computer programming...</description>
	<pubDate>Wed, 30 May 2007 05:37:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
	<image>
  <link>http://www.digitalramble.com</link>
  <url>http://www.digitalramble.com/wordpress/favinit.gif</url>
  <title>Digital Ramble</title>
</image>
		<item>
		<title>yahoo&#8217;s spreadsheet viewer</title>
		<link>http://www.digitalramble.com/2007/05/29/104/</link>
		<comments>http://www.digitalramble.com/2007/05/29/104/#comments</comments>
		<pubDate>Wed, 30 May 2007 05:37:52 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
		
		<category><![CDATA[debugging]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[openoffice]]></category>

		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.digitalramble.com/2007/05/29/104/</guid>
		<description><![CDATA[Ran across a fairly nasty bug in Yahoo&#8217;s spreadsheet viewer, the one that lets its users view excel and similar files.    I had a file set up with a column of type time, in HH:MM:SS AM/PM format, and what it does with that is show them as 12 AM or 12 PM! [...]]]></description>
			<content:encoded><![CDATA[<p>Ran across a fairly nasty bug in Yahoo&#8217;s spreadsheet viewer, the one that lets its users view excel and similar files.    I had a file set up with a column of type time, in HH:MM:SS AM/PM format, and what it does with that is show them as 12 AM or 12 PM!  I could not figure out why my co-hort (in organizing a seminar) was having such trouble confirming flight arrivals and departures until she showed me what she was doing.</p>
<p>So&#8230;if you&#8217;re using Yahoo to look at these files, be aware that it has at least this problem.  Google&#8217;s spreadsheet viewer was fine, MS&#8217;s Excel was fine, and OOo&#8217;s spread sheet all were fine with this file.  And Google and OOo are free (the former with a Google Account, that&#8217;s easy enough to sign up for).</p>
<p>So just passing along that warning.  Also, sorry about the hiatus, it&#8217;s been absolutely crazy at work  and then also with this seminar coming up.  I should be picking up soon.</p>
<hr/>Copyright &copy; 2008 <strong><a href="http://www.digitalramble.com">Digital Ramble</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@www.digitalramble.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.digitalramble.com/2007/05/29/104/feed/</wfw:commentRss>
		</item>
		<item>
		<title>notes on admin comment reply</title>
		<link>http://www.digitalramble.com/2007/04/02/103/</link>
		<comments>http://www.digitalramble.com/2007/04/02/103/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 18:40:08 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
		
		<category><![CDATA[debugging]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[plugins]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.digitalramble.com/2007/04/02/103/</guid>
		<description><![CDATA[OK, I think I&#8217;ve got a cut for the next release of Lorelle&#8217;s requested plugin.  However, I have not had a chance to test this outside of my own system (where it seems to work fine), and so I would love to have any volunteers help check this out on different installations for anything [...]]]></description>
			<content:encoded><![CDATA[<p>OK, I think I&#8217;ve got a cut for the <a href="http://lorelle.wordpress.com/2007/03/07/wanted-wordpress-plugins-for-me/">next release of Lorelle&#8217;s requested plugin</a>.  However, I have not had a chance to test this outside of my own system (where it seems to work fine), and so I would love to have any volunteers help check this out on different installations for anything I&#8217;ve overlooked.</p>
<p>The basic mechanics are as follows: I coded up a new link &#8220;Reply To&#8221; for each post, which you all saw in the last cut.  In that one the link goes to the post page&#8217;s comment reply section, which at least cut out the intervening pages.   At one point I realized the Reply To doesn&#8217;t need to be added for comments not yet approved (!) so I cleaned that up (<a href="http://digitalramble.com/public/withunapproved.png">see example</a>).</p>
<p>Anyway, now the Reply To link (<a href="http://digitalramble.com/public/withreplyto.png">see example</a>) opens up a small box with a submit button under the comment using javascript (<a href="http://digitalramble.com/public/withreplytobox.png">see example</a>).  I added code to the <code>edit-comment.php</code> that now  handles a submit query.  Each &#8220;Reply To&#8221; opens up its own box/submit button for the owner&#8217;s (<a href="http://digitalramble.com/public/withtypedreply.png">see example</a>).  On submission, it refreshes, staying on this comment management page (<a href="http://digitalramble.com/public/aftersubmit.png">see example</a>).  Sorry, no ajaxy goodness at this step, perhaps at the next step if I can figure out how to hook into something similar as to what the approve/unapprove links are doing.</p>
<p>There are a few annoying points left, which I&#8217;m not entirely sure how addressable they are.  For example, once you approve a post, you&#8217;ll need to refresh the page to get its Reply To link, since that part of the code is not hooked into the ajax that WP is using to do this.  Ideally I&#8217;d like to tap into that, I&#8217;ll have to poke around some more.  I also have a feeling I should be utilizing the Nonce security model as well.</p>
<p>If you&#8217;d like to test this out, please comment!  I&#8217;d feel better if it were tested out on a few more sites before I release it out in the wild&#8230;</p>
<hr/>Copyright &copy; 2008 <strong><a href="http://www.digitalramble.com">Digital Ramble</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@www.digitalramble.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.digitalramble.com/2007/04/02/103/feed/</wfw:commentRss>
		</item>
		<item>
		<title>creating another plugin: reply to from admin panel</title>
		<link>http://www.digitalramble.com/2007/03/20/101/</link>
		<comments>http://www.digitalramble.com/2007/03/20/101/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 22:32:16 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
		
		<category><![CDATA[javascript]]></category>

		<category><![CDATA[plugins]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.digitalramble.com/2007/03/20/101/</guid>
		<description><![CDATA[Lorelle at Wordpress blogged about a plugin (or WordPress feature) she wants: the ability to reply directly to a comment from the Admin comments page.  When I spotted that, I thought I&#8217;d give it a go, because it seems like a short and sweet plugin to have.  My first concept of the design [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lorelle.wordpress.com/2007/03/07/wanted-wordpress-plugins-for-me/">Lorelle at Wordpress</a> blogged about a plugin (or WordPress feature) she wants: the ability to reply directly to a comment from the Admin comments page.  When I spotted that, I thought I&#8217;d give it a go, because it seems like a short and sweet plugin to have.  My first concept of the design is to add a Reply To link that sends you directly to the proper spot on the post page to put in the reply.  This does not resolve the &#8220;backing up&#8221; problem to return to the original Admin page; I will address that in a second version.  For now the problem can be worked around simply by opening the reply to link in a new tab and then closing that tab when returning to the admin page.  Since all the major browsers now have tab functionality, this seems reasonable.</p>
<p>However, as I looked through Wordpress&#8217; structure, I realised that the anchor, or name for the post comment section of a post is dependent on the name that the theme&#8217;s author gave it.  In other words, we don&#8217;t always know what the name/id of the reply form (comment form) is for a post in a given theme.  Mine is #postcomment; the popular ones seemed to be #respond or some variation of #postcomment (including a #postComment).   So the first step I need to take is to guarantee that, if a comment is allowed for the post in question, a particular anchor name exists.  We&#8217;ll use this snippet to do that:<br />
<code><br />
function add_admin_comment_reply_anchor() {<br />
&nbsp;&nbsp;&nbsp;&nbsp; &lt;a name=&quot;admin_comment_reply_anchor&quot;&gt;&lt;/a&gt;<br />
}<br />
add_action(&#039;comment_form&#039;, &#039;add_admin_comment_reply_anchor&#039;);<br />
</code></p>
<p>I played around directly with the <code>wp-admin/edit-comments.php</code> file and confirmed that this works (provided the above anchor name exists):<br />
<code><br />
&lt;a href=&quot;&lt;?php echo get_permalink($comment-&gt;comment_post_ID); ?&gt;#admin_comment_reply_anchor&quot; title=&quot;&lt;?php echo $post_title; ?&gt;&quot;&gt;&lt;?php _e(&#039;Reply to Post&#039;) ?&gt;&lt;/a&gt; <br />
</code></p>
<p>I tested this by directly editing my <code>edit-comments.php</code> file.  <b>Do not do this at home! This is for professionals only!</b> <img src='http://www.digitalramble.com/wordpress/smilies/yahoo_smiley.gif' alt='&#58;&#45;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#45;&#41;' /> .  My point in doing this was to be sure this approach would even work.  There&#8217;s roadblocks ahead, though: testing this segment is how I realized that the theme is an issue, needing the above anchor hook.  At this point, I&#8217;d like to note that it would be easy for WordPress to implement this: all they would need to do is add the automatic anchor as I did, and modify the base <code>edit-comments.php</code> file as above.  But since we don&#8217;t have that, I&#8217;ll proceed with how to do the desired tweaking.</p>
<p>At this point, I looked at two existing plugins:  <a href="http://www.coldforged.org/paged-comment-editing-plugin/">Paged Comment Editing</a> and <a href="http://cinnamonthoughts.org/wordpress/commenter-spy/">Commenter Spy</a>.  I looked at Paged Comment Editing first since it seemed to be the most similar plugin: a plugin that somehow reworked the edit-comments.php.   I was especially hoping to discover a useful WordPress hook to add the Reply To link.  </p>
<p>But the more I looked through this plugin the less I liked the overall approach.  The problem with it is two fold.  First of all it&#8217;s directly incompatible with any other plugins that might affect edit-comments.php because it basically takes out edit-comments.php, and regenerates it itself.  Second, this approach makes it a potential problem if there&#8217;s ever a security patch or even just plain upgrade from WordPress involving this file: the plugin will continue to put out the old code preserved within it.  I don&#8217;t mean to come off completely criticizing this plugin because it&#8217;s very clever with how it reaches in and reworks the file.  But I decided I didn&#8217;t really want to do it this way.  </p>
<p>So it was back to Commenter Spy.   This one&#8217;s not without its pitfalls either, of course.  Since it uses javascript to modify the page output on the fly I had originally rejected it because it won&#8217;t work if the user  has disabled javascript.  However, javascript is ubiquitous enough it seems reasonable to use especially given the alternatives above.  The premise of this plugin is as follows:  Scan through the DOM of the given page, and do a regular expression substitution in order to sneak in the desired new link.  So I put together the following snippets:</p>
<p>Define the desired text (and then escape it; since I&#8217;m localizing the term, I  have no idea what this might become, so I protect it by escaping the text first).<br />
<code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$admincommenttext = __(&#039;View Post&#039;);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$eadmincommenttext = str_replace(&#039;/&#039;, &#039;\/&#039;, preg_quote($admincommenttext));<br />
</code></p>
<p>Plus, define the Reply To to add in:<br />
<code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$admincommentreply = __(&#039;Reply to Post&#039;);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$eadmincommentreply = str_replace(&#039;/&#039;, &#039;\/&#039;, preg_quote($admincommentreply));<br />
</code></p>
<p>Now define the regular expression to search on:<br />
<code><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$ViewPostBaseURLEscaped = &quot;(&lt;a[ \\n\\r]*href=\&quot;([^\&quot;]*)\&quot;([^&gt;]*)&gt;$eadmincommenttext&lt;\/a&gt;)&quot;;<br />
</code></p>
<p>With these pieces in place, I can now use the following snippet of javascript:<br />
<code><br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
//&lt;![CDATA[<br />
&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var links;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;links = document.getElementsByTagName(&#039;p&#039;);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for (var i = 0; i &lt; links.length; i++) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var curr;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;curr = links[i];<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;curr.innerHTML = curr.innerHTML.replace(/&lt;?php echo $ViewPostBaseURLEscaped; ?&gt;/, &quot;$1 | &lt;a&nbsp;&nbsp;href=\&quot;$2#admin_comment_reply_anchor\&quot; $3&gt;&lt;?php echo $eadmincommentreply; ?&gt;&lt;/a&gt;&quot;);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;<br />
//]]&gt;<br />
&lt;/script&gt;<br />
</code></p>
<p>Now, to wrap this all up and to make sure it gets added into the output HTML of the proper page (edit-comments.php), I put the above code into a function called <code>adminCommentReplyModifyViewPostURLs</code> and hooked it in as follows:<br />
<code><br />
/* activate only on correct page */<br />
if (basename($_SERVER[&#039;SCRIPT_FILENAME&#039;]) === &#039;edit-comments.php&#039;)<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add_action(&#039;admin_footer&#039;, &#039;adminCommentReplyModifyViewPostURLs&#039;);<br />
}<br />
</code></p>
<p>In the next version of this plugin, I would like to change the Reply To link to open up an inline text area for the reply which then adds it in properly, without ever leaving the page.  However, I need to dig in more deeply to see how comments are added, so I&#8217;ve left this for a future  improvement.  It would also mean not seeing the full content of the comment being replied to although presumably the admin of the site has already seen that in the email notification.  (Perhaps a button to expand the excerpt to a full version and back?)</p>
<p>You might be wondering <i>how</i> do I do this, how do I know what filters to apply, where to look.  The answer is really I don&#8217;t.  I do know that I can add in actions and filters, and I peruse the WordPress Codex site&#8217;s <a href="http://codex.wordpress.org/Plugin_API/Hooks">list of hooks</a> for anything that looks like it might do the trick.  I also browse the various files in the themes and in the wp-admin directories: I actually found the the comment form hook in the theme&#8217;s comment.php file.  I also look for plugins that do something similar to what I want to do, or at least knock about in the same general area.   In this case, I found two, one of which gave me the bulk of my material.</p>
<p>Thank god for GPL <img src='http://www.digitalramble.com/wordpress/smilies/yahoo_wink.gif' alt='&#59;&#45;&#41;' class='wp-smiley' width='18' height='18' title='&#59;&#45;&#41;' /></p>
<p>OK, at this point, I&#8217;m using it on my installation and it seems to work. It is, however still fairly rough.  I&#8217;ve got the download page set up <a href="http://www.digitalramble.com/admin-panel-comment-reply-plugin/">here</a>.</p>
<hr/>Copyright &copy; 2008 <strong><a href="http://www.digitalramble.com">Digital Ramble</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@www.digitalramble.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.digitalramble.com/2007/03/20/101/feed/</wfw:commentRss>
		</item>
		<item>
		<title>playing with the new flickr options</title>
		<link>http://www.digitalramble.com/2007/03/14/100/</link>
		<comments>http://www.digitalramble.com/2007/03/14/100/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 19:23:46 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
		
		<category><![CDATA[flickr]]></category>

		<category><![CDATA[general]]></category>

		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.digitalramble.com/2007/03/14/100/</guid>
		<description><![CDATA[Yesterday, flicker gave us two new shiny toys to play with.  The big one, collections, has been in demand for a long time, and as a overactive set user, I&#8217;m very pleased to see that this is now available.  The smaller one allows flickrites to change the layout of their entry page.  [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, <a href="http://www.flickr.com">flicker</a> gave us two new shiny toys to play with.  The big one, collections, has been in demand for a long time, and as a overactive set user, I&#8217;m very pleased to see that this is now available.  The smaller one allows flickrites to change the layout of their entry page.  The choice is fairly limited but I am certainly not complaining.  </p>
<p>To change the layout of my &#8220;You&#8221; page, I went thru the menus: You->Your Account.  There is now a new option added to allow me to pick out which layout I wanted.  The choices are small images only, small images plus sets (the original default), small images plus collections, medium images only, medium images plus sets, or medium images plus collections.  Since I promptly sorted all my sets into collections, I chose the small images plus collections option which worked a treat.</p>
<p>To create collections, use the Organizr.  The &#8220;Sets&#8221; tab is now &#8220;Sets and Collections.&#8221;  It&#8217;s all pretty intuitive to use: when I choose to create a new collection, all my sets are displayed to one side, and I can drag and drop (and reorder, etc) sets into the collection.</p>
<p>Sets use a particular picture within the set to create its visual identification; collections use a mosaic of nine pictures to create its visual identification.  I believe there are still some bugs with creating the mosaic representations.  In several cases, the mosaic insisted on using pictures from one particular set within the collection, instead of a nicely distributed random set.  In one case, the pictures chosen are from a set not even in the collection!</p>
<p>Collections are <b>not</b> available to free flickr accounts.  This makes sense as free accounts are also limited in the number of sets they can create, as well.  However, choosing different layouts is available, with the small/medium pictures + collections options omitted.</p>
<p>The announcement of the new features are up at <a href="http://blog.flickr.com/flickrblog/2007/03/today_we_launch.html">Flickr&#8217;s Blog</a>.</p>
<hr/>Copyright &copy; 2008 <strong><a href="http://www.digitalramble.com">Digital Ramble</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@www.digitalramble.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.digitalramble.com/2007/03/14/100/feed/</wfw:commentRss>
		</item>
		<item>
		<title>tinkering with gmail</title>
		<link>http://www.digitalramble.com/2007/03/13/99/</link>
		<comments>http://www.digitalramble.com/2007/03/13/99/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 21:24:51 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
		
		<category><![CDATA[extension]]></category>

		<category><![CDATA[general]]></category>

		<category><![CDATA[gmail]]></category>

		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.digitalramble.com/2007/03/13/99/</guid>
		<description><![CDATA[I should say I was a long time holdout in reading my email on a shell (unix) account.  After all, all of the key features being touted on the new web based or GUI based mail readers were available twenty years ago in programs like MH (now nmh)  and filters such as Procmail, [...]]]></description>
			<content:encoded><![CDATA[<p>I should say I was a <i>long</i> time holdout in reading my email on a shell (unix) account.  After all, all of the key features being touted on the new web based or GUI based mail readers were available twenty years ago in programs like <a href="http://rand-mh.sourceforge.net/book/overall/howwor.html">MH</a> (now nmh)  and filters such as <a href="http://www.procmail.org/">Procmail</a>, both programmable and endlessly customizable.   I could do back flips and front aerials with my mail while the current crop were oozing their way out of the primordial sludge.</p>
<p>But, I have grudgingly entered the present day world, as Gmail (and Thunderbird, but that&#8217;s another topic) have made pretty good gains and I&#8217;m not yet prepared to set up my own personal mail server on my own linux box just in order to keep using a text based set of programs which admittedly don&#8217;t handle some things such as pictures all that cleanly (although that also meant that I basically never got email viruses).</p>
<h3>Gmail Account</h3>
<p>For the first three years, Gmail was invite only.  Now it&#8217;s open to all.  Of course, all the good names have been taken <img src='http://www.digitalramble.com/wordpress/smilies/yahoo_wink.gif' alt='&#59;&#45;&#41;' class='wp-smiley' width='18' height='18' title='&#59;&#45;&#41;' /></p>
<h3>Security</h3>
<p>First of all, for any kind of web browsing of a relatively personal nature, I recommend making sure the session stays within https connections.  In grossly simple terms, the &#8220;s&#8221; on https means the connection is secured from eavesdropping.  One simple way to do this is to log in on Gmail from this address: https://mail.google.com which should thereafter retain the secure connection.   I like to be absolutely sure of this, though, so on Firefox, I use a simple <a href="http://greasemonkey.mozdev.org/">Greasemonkey</a> script called <a href="http://userscripts.org/scripts/show/1404">GmailSecure</a> to enforce the https connection.  (It&#8217;s also extensible to force secure connections on an array of google related items.)  Sorry Opera, IE, or Safari users, I couldn&#8217;t find comparable extensions for this (though an Opera widget called Gmail Checker has a feature request for this.</p>
<p>Second of all, as tempting as it might be to aggregate all new items into a feed reader for convenience, do NOT use a public web accessible reader such as Bloglines or GoogleReader to do so!  These subscriptions become generally searchable on either service and while the full message can not be displayed, there&#8217;s chances that the excerpt will contain enough private information that can be viewed.  I came across this security hole last year, and on re-checking Bloglines, I can still find gmail feeds hosted there.  I&#8217;m at a loss as to why a feed is even offered in Gmail (or at least why not make it an option in the settings and default it off for security?) but since neither Gmail nor Bloglines have taken concrete steps in addressing this issue, I&#8217;ll put this warning down.  Just don&#8217;t do RSS feeds of private email, and if you do, <b>don&#8217;t</b> use a public RSS reader to access them &#8212; use a personal one on a particular computer for the purpose.  Oh, you wanted to be able to access the feed anywhere on the net?  Then use Gmail&#8217;s web interface already, that&#8217;s what it&#8217;s <i>for</i>.</p>
<h3>Notifications</h3>
<p>There&#8217;s several ways to have Gmail notifications setup.  Gmail itself provides small applets for Windows/Mac.  The open source community has created an equivalent for Linux called <a href="http://checkgmail.sourceforge.net/">CheckGmail</a> (which is now available with some distributions, such as Ubuntu, so check the package managers first).</p>
<p>Opera and Firefox have various different widgets and extensions that provide notification.  I use the Firefox Gmail Manager which has its own notification system besides much more: see below.  Opera&#8217;s Gmail Checker is a small and simple widget solely for this purpose.  I did not find any for Safari or IE on cursory check.</p>
<h3>Favorite Firefox <-> Gmail Extensions</h3>
<p>As a Firefox user, I like to search around at <a href="https://addons.mozilla.org/">Firefox Add-ons</a> for useful extensions.  The ones I use are:</p>
<ul>
<li><a href="https://addons.mozilla.org/firefox/1320/">Gmail Manager</a> This is an essential script to handle multiple Gmail accounts.  A small notification in the bottom tray of Firefox can be configured to display the current number of unread messages in the mailbox as well as a way to simply log into each account, with minimal switching around.
<p>
<li><a href="https://addons.mozilla.org/firefox/2127/">Gmail Skins</a>  Fun to play with; note that some of the choices result in error messages, just uninstall, reinstall and choose a different theme.</p>
<p>
<li>And of course I use the Firefox extension <a href="https://addons.mozilla.org/firefox/748/">Greasemonkey</a>. <a href="http://gmail-greasemonkey.googlecode.com/svn/trunk/scripts/gmail-saved-searches.user.js">Saved Searches</a> gives me dynamic folders, pretty useful.  <a href="http://userscripts.org/scripts/show/1057">Hide Gmail Ads</a> allows me to regain valuable real estate on my laptop where every centimeter counts.
</ul>
<h3>Tips and Tricks</h3>
<ul>
<li>Use a draft message (start a message and then save it rather than send it anywhere) to do quick file transfers between computers.  I save the item into a draft on one computer, and pull it out from my login on another computer.   It&#8217;s more convenient than emailing it to myself, and few home computers have a permanent IP address for ftp transfer and the like.
<p>
<li>I also use the drafts for &#8220;Notes to self&#8221; on particular emails.  Sometimes I want to remind myself of things related to an email, and drafts attached to that email serve as a form of post-it notes.</p>
<p>
<li>Sort everything!  Any mailing lists should be slapped with a label and archived.  This way I browse mailing lists at my leisure and I&#8217;m not distracted by constant incoming email.  The only thing that should be popping up in my mail account are important things that I need to attend to relatively quickly.  Gmail does provide pretty good filtering and labeling and other options for incoming email.</p>
<p>
<li>Use the + feature in email addresses.  The definition of mailing protocol means that addresses of the form somewhere+identifier@somedomain should be delivered t somewhere@somedomain .  Not all mail providers adhere to this, but gmail does, and this can be a trick to sort incoming email from different sources.  For example, when I&#8217;m forced to use my email address for something that I suspect will spam me later, I can use something like myemail+nyt@gmail.com to see.  Since Gmail has reasonable filters, this is perhaps not as useful as it might have been at the start.</p>
<p>
<li>Google itself lists several pretty cool Gmail related Greasemonkey scripts <a href="http://code.google.com/p/gmail-greasemonkey/">here</a>; they&#8217;re all well worth looking at.</p>
<p>
<li>There&#8217;s plenty of creative ways to divert items to Gmail: feeds can be sent via email through Feedster or Feedburner; that way I could if I chose have a daily weather forecast or my current to-do list emailed to me.
</ul>
<h3>What would I like to see?</h3>
<p>Gmail allows multiple email addresses to be forwarded to it, and to &#8220;reply&#8221; as those emails.  However, those emails are still marked in the headers as originating from that particular gmail account.  I would like to see it anonymized down to at least only knowing it&#8217;s routed through Gmail.  Since the extra email addresses in question are verified before being added to Gmail&#8217;s list of alternate addresses, I don&#8217;t see why that can&#8217;t be offered.</p>
<p>Yes, a short list.  Well, if it were longer, I wouldn&#8217;t be using Gmail in the first place <img src='http://www.digitalramble.com/wordpress/smilies/yahoo_wink.gif' alt='&#59;&#45;&#41;' class='wp-smiley' width='18' height='18' title='&#59;&#45;&#41;' />  Most of the time if I want a feature, I can find an extension of some type for it.</p>
<h3>Miscellaneous Issues</h3>
<p>One of the most annoying consequences of Google having assimilated Blogger is the effect it had on Blogger accounts versus Gmail accounts.  I have a different &#8220;identity&#8221; on Blogger that&#8217;s well established, but not connected to my Gmail.  Now, both accounts were retained in the merger, but they do not play well together.  If I am logged into my Gmail when I encounter a Blogger post I wish to respond to, and I log in my old Blogger account, it logs me out of Gmail.  I have not found a good way around this, although I have discovered that logging <i>back</i> to the original Gmail account often leaves the Blogger login available on other Blogger entries that I might respond to.   </p>
<hr/>Copyright &copy; 2008 <strong><a href="http://www.digitalramble.com">Digital Ramble</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@www.digitalramble.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.digitalramble.com/2007/03/13/99/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
