<?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>gHacks technology news &#187; places</title>
	<atom:link href="http://www.ghacks.net/tag/places/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 09 Nov 2009 10:11:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create Firefox Smart Bookmarks</title>
		<link>http://www.ghacks.net/2008/10/06/create-firefox-smart-bookmarks/</link>
		<comments>http://www.ghacks.net/2008/10/06/create-firefox-smart-bookmarks/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 14:40:04 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox 3]]></category>
		<category><![CDATA[firefox 3 bookmarks]]></category>
		<category><![CDATA[firefox bookmarks]]></category>
		<category><![CDATA[firefox database]]></category>
		<category><![CDATA[firefox sqlite]]></category>
		<category><![CDATA[firefox tips]]></category>
		<category><![CDATA[places]]></category>
		<category><![CDATA[smart bookmarks]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=7443</guid>
		<description><![CDATA[Firefox 3 changed the bookmarking system from using html files to using sqlite databases. One benefit of using databases is the possibility to run custom queries. Three of the so called smart bookmarks are already available after installing Firefox3: Most Visited, Recently Bookmarked and Recent Tags all make use of database queries to provide the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ghacks.net/tag/firefox/">Firefox</a> 3 changed the bookmarking system from using html files to using sqlite databases. One benefit of using databases is the possibility to run custom queries. Three of the so called smart bookmarks are already available after installing Firefox3: Most Visited, Recently Bookmarked and Recent Tags all make use of database queries to provide the user with dynamic results.</p>
<p>So what&#8217;s possible with this technique besides the three default dynamic bookmark folders? Users could display all bookmarks that are tagged with a specific tag, display the latest ten pages that they visited on a specific domain or to list the least visited bookmarks. Many additional possibilities exist and it is just a matter of defining the database query correctly to achieve them.</p>
<p>The basics first. Database queries are added as normal bookmarks and placed in the location field instead of the usual url. The name can be selected freely. Database queries use the place:query syntax. Let&#8217;s take a look at an example:</p>
<p><span id="more-7443"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/10/places-query-firefox.jpg" alt="places query firefox" title="places query firefox" width="337" height="222" class="alignnone size-medium wp-image-7444" /></p>
<p>The above query is &#8220;place:queryType=0&#038;sort=8&#038;maxResults=10&#8243; uses the filters queryType, sort and maxResults.</p>
<p>queryType=0 will return an URI for each result<br />
sort=8  will sort the bookmarks by visit count<br />
maxResults=10 limits the results to ten bookmarks.</p>
<p>The guys at the <a href="http://forums.mozillazine.org/viewtopic.php?p=3260477&#038;sid=7bb28673ce186510c1fe6a394991cb70#3260477">Mozillazine</a> forum did a good job of listing the relevant queries and it would be redundant to simply copy and paste their work here. Just head over to the forum and take a look at the queries. If you want to have a specific query and cannot get it to work let us know in the comments and we try to build it for you.</p>

	Tags: <a href="http://www.ghacks.net/tag/firefox-3/" title="firefox 3" rel="tag">firefox 3</a>, <a href="http://www.ghacks.net/tag/firefox-3-bookmarks/" title="firefox 3 bookmarks" rel="tag">firefox 3 bookmarks</a>, <a href="http://www.ghacks.net/tag/firefox-bookmarks/" title="firefox bookmarks" rel="tag">firefox bookmarks</a>, <a href="http://www.ghacks.net/tag/firefox-database/" title="firefox database" rel="tag">firefox database</a>, <a href="http://www.ghacks.net/tag/firefox-sqlite/" title="firefox sqlite" rel="tag">firefox sqlite</a>, <a href="http://www.ghacks.net/tag/firefox-tips/" title="firefox tips" rel="tag">firefox tips</a>, <a href="http://www.ghacks.net/tag/places/" title="places" rel="tag">places</a>, <a href="http://www.ghacks.net/tag/smart-bookmarks/" title="smart bookmarks" rel="tag">smart bookmarks</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/12/12/fix-cannot-delete-firefox-3-bookmarks/" title="Fix: Cannot Delete Firefox 3 Bookmarks (December 12, 2008)">Fix: Cannot Delete Firefox 3 Bookmarks</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/12/15/page-bookmarks/" title="Page Bookmarks (December 15, 2008)">Page Bookmarks</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/10/06/firefox-bookmarks-reset-special-folders/" title="Firefox Bookmarks: Reset Special Folders (October 6, 2008)">Firefox Bookmarks: Reset Special Folders</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/09/18/fast-firefox-3-unsorted-bookmarks-access/" title="Fast Firefox 3 Unsorted Bookmarks Access (September 18, 2008)">Fast Firefox 3 Unsorted Bookmarks Access</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/07/01/check-for-dead-bookmarks-in-firefox-3/" title="Check For Dead Bookmarks in Firefox 3 (July 1, 2008)">Check For Dead Bookmarks in Firefox 3</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/10/06/create-firefox-smart-bookmarks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Edit the Windows Places Bar</title>
		<link>http://www.ghacks.net/2008/06/28/edit-the-windows-places-bar/</link>
		<comments>http://www.ghacks.net/2008/06/28/edit-the-windows-places-bar/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 08:07:12 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[microsoft-office]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[places]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5132</guid>
		<description><![CDATA[The so called Places Bar is a sidebar on the right side of Open and Save dialogs in Windows and Office that provide the user with a way to access specific folders faster. It shows My Recent Documents, Desktop, My Documents, My Computer and My Network Places by default and there is no apparent way [...]]]></description>
			<content:encoded><![CDATA[<p>The so called Places Bar is a sidebar on the right side of Open and Save dialogs in Windows and Office that provide the user with a way to access specific folders faster. It shows My Recent Documents, Desktop, My Documents, My Computer and My Network Places by default and there is no apparent way to change or edit the default places with some that make more sense. A user without a network connection would probably like to see a different folder in the Places Bar instead of the My Network Places link.</p>
<p>Users can either edit the five quick links in the Windows Registry which is not as trivial as it sounds or use a application like <a href="http://melloware.com/download/">Places Bar Editor</a> (via <a href="http://lifehacker.com/397358/placesbar-editor-customizes-windows-explorer">Lifehacker</a>) to edit them comfortably. The software is compatible to Windows ME, 2000, XP and Windows Vista and supports the (different) Places Bar of Microsoft Office, or precisely Microsoft Office 2007, 2003, 2000 and XP, which is different from the standard Places Bar.</p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2008/06/places_editor-500x355.png" alt="places editor" title="places editor" width="500" height="355" class="alignnone size-medium wp-image-5133" /></p>
<p>The software displays the five places that can be changed in tabs. One for Windows and one for Microsoft Office. The user has the choice to pick a system folder, like Desktop, Send To or Printers or chose a folder from his system that will be placed as a quick link in the bar. Please note that all five locations will change even if you only edit some of them. By default all are shown as Desktop links and you could end up with one custom link and four links to your Desktop if you changed only the first quick link manually.</p>

	Tags: <a href="http://www.ghacks.net/tag/microsoft-office/" title="microsoft-office" rel="tag">microsoft-office</a>, <a href="http://www.ghacks.net/tag/office/" title="office" rel="tag">office</a>, <a href="http://www.ghacks.net/tag/places/" title="places" rel="tag">places</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/07/windows-explorer-file-extension-column/" title="Windows Explorer File Extension Column (August 7, 2008)">Windows Explorer File Extension Column</a> (8)</li>
	<li><a href="http://www.ghacks.net/2006/11/29/watch-three-webcasts-get-vista-and-office-for-free/" title="Watch three webcasts get vista and office for free (November 29, 2006)">Watch three webcasts get vista and office for free</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/08/03/remove-unnecessary-entries-from-the-new-file-menu/" title="Remove Unnecessary Entries From The New File Menu (August 3, 2006)">Remove Unnecessary Entries From The New File Menu</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/04/09/past-icons-flusher/" title="Past Icons Flusher (April 9, 2008)">Past Icons Flusher</a> (6)</li>
	<li><a href="http://www.ghacks.net/2007/10/22/oxygen-office-professional/" title="Oxygen Office Professional (October 22, 2007)">Oxygen Office Professional</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/06/28/edit-the-windows-places-bar/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
