<?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>Hawk Wings &#187; javascript</title>
	<atom:link href="http://www.hawkwings.net/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hawkwings.net</link>
	<description>Tips and add-ons to make Apple Mail / Mail.app even better</description>
	<lastBuildDate>Tue, 26 Jul 2011 07:44:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Distraction-free Gmail in Camino/Firefox</title>
		<link>http://www.hawkwings.net/2006/05/15/distraction-free-gmail-in-caminofirefox/</link>
		<comments>http://www.hawkwings.net/2006/05/15/distraction-free-gmail-in-caminofirefox/#comments</comments>
		<pubDate>Mon, 15 May 2006 13:41:35 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Email in general]]></category>
		<category><![CDATA[bookmarklets]]></category>
		<category><![CDATA[Camino]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[GMAIL]]></category>
		<category><![CDATA[Google calendar]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2006/05/15/distraction-free-gmail-in-caminofirefox/</guid>
		<description><![CDATA[In a comment to the post on Michael McCracken's "Distraction-free" Gmail WebKit browser, Justin Reid posts about how he does the same thing in Camino using javascript bookmarklets.He this script to open his Gmail in a distraction-free Camino window:javascript:(function(){javascript:window.open('https://mail.google.com/mail/','Gmail','width=1000,height=700,location=no,toolbar=no,status=no,menubar=no,hotkeys=no,directories=no,resizable=yes,scrollbars=yes,screenX='+(screen.availWidth-410)+',screenY='+0);})();And another for GCal (which is quickly hacked out of his Gmail script):javascript:(function(){javascript:window.open('https://www.google.com/calendar/','GCal','width=1000,height=700,location=no,toolbar=no,status=no,menubar=no,hotkeys=no,directories=no,resizable=yes,scrollbars=yes,screenX='+(screen.availWidth-410)+',screenY='+0);})();These also work in Firefox, as one might expect.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/uploads/2006/05/wp-images/camino100px.jpg" height="102" width="100" border="0" align="right" hspace="10" vspace="0" alt="camino100px" title="camino100px" />In a comment to the post on Michael McCracken&#8217;s <a href="http://www.hawkwings.net/2006/05/13/a-dedicated-distraction-free-browser-for-gmail/">&#8220;Distraction-free&#8221; Gmail WebKit browser</a>, Justin Reid posts about how he does the same thing in Camino using javascript bookmarklets.</p>
<p>He uses <a href="javascript:(function(){javascript:window.open('https://mail.google.com/mail/','Gmail','width=1000,height=700,location=no,toolbar=no,status=no,menubar=no,hotkeys=no,directories=no,resizable=yes,scrollbars=yes,screenX='+(screen.availWidth-410)+',screenY='+0);})();">this script</a> to open his Gmail in a distraction-free Camino window:</p>
<p>And <a href="javascript:(function(){javascript:window.open('https://www.google.com/calendar/','GCal','width=1000,height=700,location=no,toolbar=no,status=no,menubar=no,hotkeys=no,directories=no,resizable=yes,scrollbars=yes,screenX='+(screen.availWidth-410)+',screenY='+0);})();">another for GCal</a> (which I quickly hacked out of his Gmail script).</p>
<p>Nice! Just Command-click on the links above and select &#8220;Bookmark this link&#8230;&#8221; to install them.</p>
<p>They also work in Firefox, as one might expect.<tags>gmail, Google calendar, camino, firefox, javascript, bookmarklets, GTD, productivity, email, web 2.0</tags> <strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/05/20/add-a-gmail-this-bookmarklet-to-your-web-browser/" rel="bookmark" title="20 May 2006, 11:00 pm">Add a &#8220;Gmail this&#8221; bookmarklet to your web browser</a></li>
<li><a href="http://www.hawkwings.net/2008/06/24/set-gmail-as-default-email-app-with-firefox-30/" rel="bookmark" title="24 June 2008, 10:11 pm">Set Gmail as default email app in Firefox 3.0</a></li>
<li><a href="http://www.hawkwings.net/2006/06/20/gcalapp-distraction-free-google-calendar-webkit-client/" rel="bookmark" title="20 June 2006, 9:54 pm">Gcal.app: Distraction-free Google Calendar WebKit client</a></li>
<li><a href="http://www.hawkwings.net/2006/04/22/add-daily-agenda-to-your-gmail/" rel="bookmark" title="22 April 2006, 10:47 pm">Add Daily Agenda to your Gmail</a></li>
<li><a href="http://www.hawkwings.net/2008/01/16/killer-list-of-google-calendar-tips/" rel="bookmark" title="16 January 2008, 10:13 pm">Killer list of Google Calendar tips</a></li>
</ul>
<p><!-- Similar Posts took 57.905 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2006/05/15/distraction-free-gmail-in-caminofirefox/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Using Google Maps in Dashboard widgets</title>
		<link>http://www.hawkwings.net/2006/02/02/using-google-maps-in-dashboard-widgets/</link>
		<comments>http://www.hawkwings.net/2006/02/02/using-google-maps-in-dashboard-widgets/#comments</comments>
		<pubDate>Wed, 01 Feb 2006 14:01:47 +0000</pubDate>
		<dc:creator>Tim Gaden</dc:creator>
				<category><![CDATA[Address Book]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[white pages]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[Yellow Pages]]></category>

		<guid isPermaLink="false">http://www.hawkwings.net/2006/02/02/using-google-maps-in-dashboard-widgets/</guid>
		<description><![CDATA[Two tips on macOSXHints, one for the People (or White Pages) widget and one for the Business (or "Yellow Pages") one, show you how to modify the javascript contained in their packages so that you can use Google Maps with them.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.hawkwings.net/wp-content/wp-images/screenshot_3-1.jpg" height="59" width="58" border="0" align="right" hspace="10" vspace="5" alt="widgets" /><a href="http://www.hawkwings.net/index.php?s=address+book+maps">Various plugins</a> bring map options to <tag>Address Book</tag>, but widgets are not so lucky.</p>
<p>Two tips on macOSXHints, <a href="http://www.macosxhints.com/article.php?story=20060111153633868">one for the People</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> (or White Pages) widget and <a href="http://www.macosxhints.com/article.php?story=20060125084133206">one for the Business</a> <img src="http://www.hawkwings.net/images/extlink.jpg"/> (or &#8220;Yellow Pages&#8221;) one, show you how to modify the javascript contained in their packages so that you can use <tag>Google Maps</tag> with them. Quite Handy.<tags>map, widget, javascript, white pages, yellow pages</tags><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.hawkwings.net/2006/01/24/restore-address-book-link-to-business-widget/" rel="bookmark" title="24 January 2006, 9:16 am">Restore Address Book link to Business Widget</a></li>
<li><a href="http://www.hawkwings.net/2005/12/24/add-google-maps-to-the-address-book-widget/" rel="bookmark" title="24 December 2005, 10:56 am">Use Google Maps in the Address Book widget</a></li>
<li><a href="http://www.hawkwings.net/2006/06/08/streetmaps-uk-plugin-goes-universal/" rel="bookmark" title="8 June 2006, 11:30 pm">Streetmaps UK plugin goes universal</a></li>
<li><a href="http://www.hawkwings.net/2006/06/19/google-maps-plugin-goes-universal-gets-google-earth-support/" rel="bookmark" title="19 June 2006, 10:27 pm">Google Maps Plugin goes universal, gets Google Earth support</a></li>
<li><a href="http://www.hawkwings.net/2006/01/05/updates-tapdex-google-maps-plugin/" rel="bookmark" title="5 January 2006, 3:12 pm">Updates: Tapdex, Google Maps plugin</a></li>
</ul>
<p><!-- Similar Posts took 45.204 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hawkwings.net/2006/02/02/using-google-maps-in-dashboard-widgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

