<?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>Problems to Solve &#187; web</title>
	<atom:link href="http://problemstosolve.com/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://problemstosolve.com</link>
	<description>A Blog dedicated to solving problems.</description>
	<lastBuildDate>Fri, 12 Mar 2010 05:49:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Firefox 3.6 won&#8217;t open on primary monitor [solved]</title>
		<link>http://problemstosolve.com/2010/02/13/firefox-3-6-wont-open-on-primary-monitor-solved/</link>
		<comments>http://problemstosolve.com/2010/02/13/firefox-3-6-wont-open-on-primary-monitor-solved/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 08:42:11 +0000</pubDate>
		<dc:creator>jordan314</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://problemstosolve.com/?p=198</guid>
		<description><![CDATA[Firefox 3.6 has been driving me nuts by always opening on my secondary monitor, no matter if I drag windows over, restart, delete user preferences, etc. Every time I hit command N, the new window opens on my secondary monitor.
This is a known bug with Firefox 3.6.
The work around for now on OS X anyway [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox 3.6 has been driving me nuts by always opening on my secondary monitor, no matter if I drag windows over, restart, delete user preferences, etc. Every time I hit command N, the new window opens on my secondary monitor.</p>
<p>This is a <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=462743">known bug</a> with Firefox 3.6.</p>
<p>The work around for now on OS X anyway is to drag a firefox window to your primary monitor, hit the green plus button to maximize the window, and then hit the green plus button again to restore it. Now windows should remain on the primary monitor.</p>
]]></content:encoded>
			<wfw:commentRss>http://problemstosolve.com/2010/02/13/firefox-3-6-wont-open-on-primary-monitor-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Google Maps actually geo locate you in Firefox 3.5 [soved]</title>
		<link>http://problemstosolve.com/2009/07/03/make-google-maps-actually-geo-locate-you-in-firefox-3-5-soved/</link>
		<comments>http://problemstosolve.com/2009/07/03/make-google-maps-actually-geo-locate-you-in-firefox-3-5-soved/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 17:10:05 +0000</pubDate>
		<dc:creator>jordan314</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://problemstosolve.com/?p=187</guid>
		<description><![CDATA[One of the most exciting features about Firefox 3.5 is its geo-location capabilities. But when I installed 3.5 and went to google maps, it didn&#8217;t automatically geo-locate me nor was there any option to.
This blog has a bookmarklet you can place on your toolbar to click to geo-locate you in google maps. Create a new [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most exciting features about Firefox 3.5 is its geo-location capabilities. But when I installed 3.5 and went to google maps, it didn&#8217;t automatically geo-locate me nor was there any option to.<br />
<a href="http://blog.johnath.com/2009/06/24/google-maps-geolocation-bookmarklet/">This blog</a> has a bookmarklet you can place on your toolbar to click to geo-locate you in google maps. Create a new toolbar bookmark, edit it, rename it &#8220;locate me&#8221; and paste in this code for the address:</p>
<p><code>javascript:function sv(s){document.querySelector("#q_d").value=s};sv("Checking...");navigator.geolocation.getCurrentPosition(function(a){c=a.coords;sv(c.latitude+"%20"+c.longitude);document.forms.q_form.submit();},function(){sv("Rejected!")});</code></p>
<p>Then when you go to google maps and click &#8220;locate me&#8221;, you can search for businesses near you wherever you are.</p>
<p>Thanks, John Ath!</p>
]]></content:encoded>
			<wfw:commentRss>http://problemstosolve.com/2009/07/03/make-google-maps-actually-geo-locate-you-in-firefox-3-5-soved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sync Firefox bookmarks to the iPhone with Foxmarks</title>
		<link>http://problemstosolve.com/2009/02/20/sync-firefox-bookmarks-to-the-iphone-with-foxmarks/</link>
		<comments>http://problemstosolve.com/2009/02/20/sync-firefox-bookmarks-to-the-iphone-with-foxmarks/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 20:30:00 +0000</pubDate>
		<dc:creator>jordan314</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Organization]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://problemstosolve.com/?p=160</guid>
		<description><![CDATA[I&#8217;ve tried a few browser bookmark syncing services in the past, but I&#8217;m really impressed with Foxmarks, for their Firefox, Safari, and IE support.
As a bonus, once I set up foxmarks for Safari, and then synced my iPhone, my firefox bookmarks transferred to my iPhone.
Lifehacker recommends an app, O-Marks, for using foxmarks to sync your [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve tried a few browser bookmark syncing services in the past, but I&#8217;m really impressed with Foxmarks, for their Firefox, Safari, and IE support.<br />
As a bonus, once I set up foxmarks for Safari, and then synced my iPhone, my firefox bookmarks transferred to my iPhone.<br />
Lifehacker recommends an app, O-Marks, for using foxmarks to sync your bookmarks over the air:<br />
<a href="http://lifehacker.com/5051271/o+marks-syncs-your-foxmarks-bookmarks-to-your-iphone" target="_blank">http://lifehacker.com/5051271/o+marks-syncs-your-foxmarks-bookmarks-to-your-iphone</a><br />
But I find just opening up Safari every once in a while and syncing the iPhone works well enough for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://problemstosolve.com/2009/02/20/sync-firefox-bookmarks-to-the-iphone-with-foxmarks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Submit to Tab in Firefox [solved]</title>
		<link>http://problemstosolve.com/2008/12/12/submit-to-tab-in-firefox-solved/</link>
		<comments>http://problemstosolve.com/2008/12/12/submit-to-tab-in-firefox-solved/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 11:41:19 +0000</pubDate>
		<dc:creator>jordan314</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://problemstosolve.com/?p=153</guid>
		<description><![CDATA[One thing I miss in Safari was if you held down command when you were clicking submit in a form (such as a google search), it would open the results in a new tab.
One thing I like about Firefox is it&#8217;s super extensible. I found a decent replacement here:
Submit to Tab
Hold down control on PC [...]]]></description>
			<content:encoded><![CDATA[<p>One thing I miss in Safari was if you held down command when you were clicking submit in a form (such as a google search), it would open the results in a new tab.</p>
<p>One thing I like about Firefox is it&#8217;s super extensible. I found a decent replacement here:<br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/483" target="_blank">Submit to Tab</a><br />
Hold down control on PC or command on mac and click Submit and voila. I wish that command return worked for forms, and that it worked with the google search bar, but meh, it works well enough.</p>
]]></content:encoded>
			<wfw:commentRss>http://problemstosolve.com/2008/12/12/submit-to-tab-in-firefox-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send list of open tabs to URL list, text file or clipboard [solved]</title>
		<link>http://problemstosolve.com/2008/12/12/send-list-of-open-tabs-to-url-list-text-file-or-clipboard-solved/</link>
		<comments>http://problemstosolve.com/2008/12/12/send-list-of-open-tabs-to-url-list-text-file-or-clipboard-solved/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 09:00:04 +0000</pubDate>
		<dc:creator>jordan314</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Organization]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://problemstosolve.com/?p=152</guid>
		<description><![CDATA[I&#8217;ve always wanted a Firefox add on that would send me a list of my open tabs in an email so I could look at them later. No, I don&#8217;t want these bookmarked, I just want to read them later. Read it Later comes close, but I&#8217;m finding myself never actually coming back to read [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always wanted a Firefox add on that would send me a list of my open tabs in an email so I could look at them later. No, I don&#8217;t want these bookmarked, I just want to read them later. Read it Later comes close, but I&#8217;m finding myself never actually coming back to read those later.</p>
<p>I thought of this again tonight when I had a zillion tabs open for a research paper and thought I&#8217;d do some googling. Ideally I wanted to export a list of tabs with both the URLs and titles of the pages so I could list them in my bibliography. In the past I&#8217;ve had to re-google the pages I used to reference them.</p>
<p>I did find what looks to be an awesome citation management add on for firefox called <a href="https://addons.mozilla.org/en-US/firefox/addon/3504" target="_blank">Zotero</a>. This add on has many features but was overkill for my needs &#8211; it stores PDFs and documents, attempts to capture citation information from web pages, and lets you take notes. But as far as I can tell it does not just save the title and URL of the web page you&#8217;re browsing, and instead tries to parse that page itself for citations.</p>
<p>Finally, a search for &#8216;firefox tabs urls titles&#8217; did it: I found <a href="https://addons.mozilla.org/en-US/firefox/addon/4437" target="_blank">Send Tab URLs 2.0</a> for firefox which is freaking perfect. You can get a plain, numbered, or bulleted list and send it to yourself via your OS&#8217;s email or gmail. Even better, you can just send it to the clipboard. So simple and yet I&#8217;ve been longing for this for so long. It works perfectly, I paste it into Word and voila, I have a bibliography. Thanks, <a href="http://aecreations.blogspot.com/2008/12/using-google-apps-and-yahoo-mail-in.html" target="_blank">Alex Eng</a>!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://problemstosolve.com/2008/12/12/send-list-of-open-tabs-to-url-list-text-file-or-clipboard-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to bypass Pandora&#8217;s vague search function [solved]</title>
		<link>http://problemstosolve.com/2008/11/18/how-to-bypass-pandoras-vague-search-function-solved/</link>
		<comments>http://problemstosolve.com/2008/11/18/how-to-bypass-pandoras-vague-search-function-solved/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 22:27:35 +0000</pubDate>
		<dc:creator>jordan314</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://problemstosolve.com/?p=151</guid>
		<description><![CDATA[For a couple weeks now I&#8217;ve been wanting to create a Pandora station specifically for Bartók&#8217;s String Quartet No. 4 in C Major. I want to find more classical music that sounds like this. Now that Pandora supports classical music, I would try typing in &#8220;Bartok&#8221; into the search function, but I would get Bartok&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>For a couple weeks now I&#8217;ve been wanting to create a <a href="http://pandora.com" target="_blank">Pandora</a> station specifically for Bartók&#8217;s String Quartet No. 4 in C Major. I want to find more classical music that sounds like this. Now that Pandora supports classical music, I would try typing in &#8220;Bartok&#8221; into the search function, but I would get Bartok&#8217;s symphonies. I tried typing in &#8220;String Quartet bartok&#8221; but got no results because that is neither just a name of a song nor just an artist. &#8220;String Quartet No&#8221; got me intresting results, but the autosuggest listings did not give me Bartok.<br />
Finally I figured it out: While listening to the Bartók station, I clicked on &#8220;about this artist&#8221; to go to <a href="http://www.pandora.com/music/composer/B%25C3%25A9la+Bart%25C3%25B3k" target="_blank">Bartók&#8217;s page</a>. From there I could navigate to the <a href="http://www.pandora.com/music/album/artist+for+bartok+6+string+quarets/bartok+6+string+quarets" target="_blank">specific album</a> and track I wanted, and then do &#8220;Create a Station&#8221;<a href="http://www.pandora.com/music/song/takcs+string+quartet/2+prestissimo+con+sordino+string+quartet+no4+in+c+major+sz91" target="_blank"> based on that track</a>. Now I&#8217;m finding all sorts of cool string quartets.</p>
<p><a href="http://www.pandora.com/music/song/takcs+string+quartet/2+prestissimo+con+sordino+string+quartet+no4+in+c+major+sz91" target="_blank">Try it</a>, it&#8217;s awesome.</p>
]]></content:encoded>
			<wfw:commentRss>http://problemstosolve.com/2008/11/18/how-to-bypass-pandoras-vague-search-function-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google sort by date bookmarklet [solved]</title>
		<link>http://problemstosolve.com/2008/11/18/google-sort-by-date-bookmarklet/</link>
		<comments>http://problemstosolve.com/2008/11/18/google-sort-by-date-bookmarklet/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 19:54:29 +0000</pubDate>
		<dc:creator>jordan314</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://problemstosolve.com/?p=148</guid>
		<description><![CDATA[Based on this URL hack to sort google results by date, I made a bookmarklet:
javascript:location.href =location.href + '&#38;as_qdr=d';
Now if you google search and then click this button, it will sort your results by the newest date. Works in FF and Safari.

]]></description>
			<content:encoded><![CDATA[<p>Based on <a href="http://www.tech-recipes.com/rx/2860/google_how_to_access_filter_by_date_dropdown_box/">this URL hack</a> to sort google results by date, I made a bookmarklet:<br />
<code>javascript:location.href =location.href + '&amp;as_qdr=d';</code><br />
Now if you google search and then click this button, it will sort your results by the newest date. Works in FF and Safari.<br />
<a href='http://problemstosolve.com/wp-content/uploads/google-sort-by-date1.jpg'><img src="http://problemstosolve.com/wp-content/uploads/google-sort-by-date1.jpg" alt="" title="google-sort-by-date1" width="500" height="380" class="aligncenter size-full wp-image-150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://problemstosolve.com/2008/11/18/google-sort-by-date-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>USPS Tracking package hack [solved]</title>
		<link>http://problemstosolve.com/2008/10/30/usps-tracking-package-hack/</link>
		<comments>http://problemstosolve.com/2008/10/30/usps-tracking-package-hack/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 16:15:33 +0000</pubDate>
		<dc:creator>jordan314</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://problemstosolve.com/?p=147</guid>
		<description><![CDATA[If you&#8217;re as obsessed as I am about tracking some packages, you&#8217;ll get sick of typing in your tracking number and submitting the form over and over. But if you go to:
http://trkcnfrm1.smi.usps.com/PTSInternetWeb/InterLabelInquiry.do
it doesn&#8217;t work because the form used a POST method.
Well, on the previous page, the form input field was called strOrigTrackNum. Some sites let [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re as obsessed as I am about tracking some packages, you&#8217;ll get sick of typing in your tracking number and submitting the form over and over. But if you go to:<br />
<a href="http://trkcnfrm1.smi.usps.com/PTSInternetWeb/InterLabelInquiry.do">http://trkcnfrm1.smi.usps.com/PTSInternetWeb/InterLabelInquiry.do</a><br />
it doesn&#8217;t work because the form used a POST method.<br />
Well, on the previous page, the form input field was called strOrigTrackNum. Some sites let you post a form via the GET method, so let&#8217;s see if this works:<br />
<a href="http://trkcnfrm1.smi.usps.com/PTSInternetWeb/InterLabelInquiry.do?strOrigTrackNum=[your tracking number]">http://trkcnfrm1.smi.usps.com/PTSInternetWeb/InterLabelInquiry.do?strOrigTrackNum=[your tracking number]</a><br />
Yup! Worked fine. Now you have a URL that you can bookmark to quickly track your shipment.</p>
]]></content:encoded>
			<wfw:commentRss>http://problemstosolve.com/2008/10/30/usps-tracking-package-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read Safari on the iPhone while lying down (rotation workaround) [solved]</title>
		<link>http://problemstosolve.com/2008/08/19/read-safari-on-the-iphone-while-lying-down-rotation-workaround-solved/</link>
		<comments>http://problemstosolve.com/2008/08/19/read-safari-on-the-iphone-while-lying-down-rotation-workaround-solved/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 17:45:46 +0000</pubDate>
		<dc:creator>jordan314</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[phones]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://problemstosolve.com/?p=141</guid>
		<description><![CDATA[As neat as the accelerometers on the iPhone are for switching between portrait and landscape modes, it gets to be annoying as hell trying to read when you&#8217;re lying down. You naturally hold the phone sideways when you&#8217;re lying down, and then the screen rotates, turning the text 90° away from you in landscape mode. [...]]]></description>
			<content:encoded><![CDATA[<p>As neat as the accelerometers on the iPhone are for switching between portrait and landscape modes, it gets to be annoying as hell trying to read when you&#8217;re lying down. You naturally hold the phone sideways when you&#8217;re lying down, and then the screen rotates, turning the text 90° away from you in landscape mode. You rotate it back and it rotates the screen 90° away again. The makers of the eReader application have already noticed this was a big issue and corrected it with a lock orientation setting. Safari, however, still does not have this.</p>
<p>I just figured out a workaround: lie down and turn the phone horizontally so that it goes into landscape mode. Then, continue rotating the phone upside down. Unlike the photo application which will display photos upside down, Safari will only rotate 270° and will remain in landscape mode, so you can comfortably read google reader in bed.</p>
]]></content:encoded>
			<wfw:commentRss>http://problemstosolve.com/2008/08/19/read-safari-on-the-iphone-while-lying-down-rotation-workaround-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sync iPhone with Google Calendar and Outlook [solved]</title>
		<link>http://problemstosolve.com/2008/07/21/sync-iphone-with-google-calendar-and-outlook-solved/</link>
		<comments>http://problemstosolve.com/2008/07/21/sync-iphone-with-google-calendar-and-outlook-solved/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 15:38:35 +0000</pubDate>
		<dc:creator>jordan314</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Organization]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[phones]]></category>
		<category><![CDATA[solved]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://problemstosolve.com/?p=137</guid>
		<description><![CDATA[I have too many calendars. I&#8217;ve managed to consolidate most of them though:
First, I synced my work Outlook calendar (on my PC) to my gcal with the fantastic app Google Calendar Sync. I gave it my info and told it to sync both ways every hour.
Then, I subscribed to my google calendar in iCal: First, [...]]]></description>
			<content:encoded><![CDATA[<p>I have too many calendars. I&#8217;ve managed to consolidate most of them though:</p>
<p>First, I synced my work Outlook calendar (on my PC) to my gcal with the fantastic app <a href="http://www.google.com/support/calendar/bin/answer.py?hl=en-ie&#038;answer=89955" target="_blank">Google Calendar Sync</a>. I gave it my info and told it to sync both ways every hour.</p>
<p>Then, I subscribed to my google calendar in iCal: First, in google calendar, click on Settings, Calendar Settings, Calendars, [your calendar], Calendar Address: and click on ICAL. Copy this URL, and then in iCal, paste it into Calendar: Subscribe&#8230; and have it update every hour.</p>
<p>And you&#8217;re done! My iPhone will only sync when I connect it to the computer, which is fine with me, but you can either subscribe to mobileme for push calendar notifications, set up text messaging alerts with google calendar, or use the web-based iphone version of google calendar in Safari.</p>
<p><b>-edit-</b><br />
Edit: The events show up as separate calendars on your iPhone.</p>
<p>It looks like this currently does not work with mobileMe. You can convert the items to your personal calendar in iCal by exporting them and then importing them. See macosxhints workaround <a href="http://www.macosxhints.com/article.php?story=20080713091226415" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://problemstosolve.com/2008/07/21/sync-iphone-with-google-calendar-and-outlook-solved/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
