<?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>Digital Day &#187; Tips &amp; Tricks</title>
	<atom:link href="http://www.digital-day.net/category/tips-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digital-day.net</link>
	<description>Digital Day - your source of daily digital experience.</description>
	<lastBuildDate>Tue, 17 Jan 2012 11:39:23 +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>One click switch network settings</title>
		<link>http://www.digital-day.net/tips-tricks/one-click-switch-network-settings/</link>
		<comments>http://www.digital-day.net/tips-tricks/one-click-switch-network-settings/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 13:26:17 +0000</pubDate>
		<dc:creator>[vladi]</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[connection profile]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[network profile]]></category>
		<category><![CDATA[network settings]]></category>

		<guid isPermaLink="false">http://www.digital-day.net/?p=472</guid>
		<description><![CDATA[The last tip One-click switch between network settings for different locations (Windows) has gained a lot of attention from people searching to make their lives easier. Through testing in Windows 7, I found it not so convenient. I now present a simpler, more robust solution for Windows 7. (0) I strongly suggest you rename your [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.digital-day.net/wp-content/uploads/2009/07/wizard-128x128.png" alt="Wizard" style="float: left; margin: 0px 10px 0px 0;" /> The last tip <a href="http://www.digital-day.net/tips-tricks/one-click-switch-between-network-settings-for-different-locations-windows/">One-click switch between network settings for different locations (Windows)</a> has gained a lot of attention from people searching to make their lives easier. Through testing in Windows 7, I found it not so convenient. I now present a simpler, more robust solution for Windows 7.</p>
<p><br class="cl" /></p>
<p>(0) I strongly suggest you rename your existing connections to something shorter and simpler. Microsoft have introduced naming of the type &#8216;Local Area Connection&#8217;, &#8216;Wireless Network Connection&#8217; etc. While there certainly is reason behind that decision, for a home/office computer I personally find LAN and WIFI better. Go to Start button and type <strong><em>View network connections</em></strong> in the search field. Click on View network connections contol panel widget. Then rename &#8216;Local Area Connection&#8217; to LAN and &#8216;Wireless Network Connection&#8217; to WIFI.</p>
<p>(1) Open Notepad and copy the following 3 lines. Each line should start with the command <em>netsh</em>:</p>
<blockquote><p>
netsh interface ip set address LAN static &lt;ipaddress&gt; &lt;subnetmask&gt; &lt;gateway&gt; &lt;metric&gt;<br />
netsh interface ip set dns LAN static &lt;dnsaddress1&gt;<br />
netsh interface ip add dns LAN static &lt;dnsaddress2&gt;
</p></blockquote>
<p>On the blog the &lt;gateway&gt; and &lt;metric&gt; are on a second line, but they belong to the first.</p>
<p>Substitute &lt;ipaddress&gt;, &lt;subnetmask&gt;, &lt;gateway&gt;, &lt;metric&gt;, &lt;dnsaddress1&gt; and &lt;dnsaddress2&gt; with the values, provided by your ISP or corporate network administrator. Metric can be substituted with 1. </p>
<p><strong>Example:</strong></p>
<blockquote><p>
netsh interface ip set address LAN static 192.168.0.100 255.255.255.0 192.168.0.1 1<br />
netsh interface ip set dns LAN static 192.168.0.1<br />
netsh interface ip add dns LAN static 192.168.0.2
</p></blockquote>
<p>(2) Save the file as something descriptive for the location, e.g. <strong><em>home.bat</em></strong>, <strong><em>office.bat</em></strong> or <strong><em>university.bat</em></strong>, giving it a <strong><em>.bat</em></strong> extension, instead of the default <strong><em>.txt</em></strong>. Make sure <strong><em>Save as type:</em></strong> is set to <strong><em>All files (*.*)</em></strong>, otherwise Notepad will append a <em>.txt</em> extension automatically.</p>
<p>(3) Now open a new Notepad window and paste the following lines to have the settings automatically acquired by the network:</p>
<blockquote><p>
netsh interface ip set address LAN dhcp<br />
netsh interface ip set dns LAN dhcp
</p></blockquote>
<p>(4) Save as <strong><em>auto.bat</em></strong>, again observing the <strong><em>Save as type: All files (*.*)</em></strong>.</p>
<p>(5) Keep all the files together at a convenient place (e.g. a folder on your Desktop or elsewhere).</p>
<p>(6) Activate the appropriate settings by right-clicking the corresponding file and selecting <strong>Run as Administrator</strong> from the context menu.</p>
<p>Same approach can be used for creating WiFi presets, substituting the word LAN from the commands with WIFI.</p>
<p><strong>Note:</strong> In the commands above, LAN is the name of the network connection. If you have not changed it, substitute with the default &#8216;Local Areas Connection&#8217; or any other name you have chosen. If the name contains spaces, make sure it is surrounded with quotes, otherwise they can be omitted.</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.digital-day.net/tips-tricks/one-click-switch-network-settings/&amp;layout=standard&amp;show_faces=0&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.digital-day.net/tips-tricks/one-click-switch-network-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free mind map software &#8211; FreeMind</title>
		<link>http://www.digital-day.net/video/free-mindmap-software-freemind/</link>
		<comments>http://www.digital-day.net/video/free-mindmap-software-freemind/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 22:14:32 +0000</pubDate>
		<dc:creator>[vladi]</dc:creator>
				<category><![CDATA[Apps & Services]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[brainstorming]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[FreeMind]]></category>
		<category><![CDATA[mindmap]]></category>
		<category><![CDATA[mindmapping]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.digital-day.net/?p=460</guid>
		<description><![CDATA[Mind mapping is a process of exploring and structuring one&#8217;s thoughts on a particular subject. The mind map is a visual diagram, representing the subject&#8217;s domain of concepts, thoughts and ideas, their relationships and structure. It is a very powerful tool for brainstorming, capturing ideas and requirements, creating and visualizing structure and building hierarchies. There [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Mind_map" title="Mind mapping" target="_blank">Mind mapping</a> is a process of exploring and structuring one&#8217;s thoughts on a particular subject. The <a href="http://en.wikipedia.org/wiki/Mind_map" title="Mind map" target="_blank">mind map</a> is a visual diagram, representing the subject&#8217;s domain of concepts, thoughts and ideas, their relationships and structure. It is a very powerful tool for brainstorming, capturing ideas and requirements, creating and visualizing structure and building hierarchies.</p>
<p>There are many commercially available software tools for creating and manipulating mindmaps. The premier free and open source alternative is called <a href="http://freemind.sourceforge.net/" title="Free mindmap software - FreeMind" target="_blank">FreeMind</a>. It is a high productivity tool, written in Java (runs on any platform that has Java &#8211; Windows, Mac, Linux, etc.) and provides all needed functionality for creating, editing and printing mindmaps:</p>
<blockquote><p>So you want to write a completely new metaphysics? Why don&#8217;t you use FreeMind? You have a tool at hand that remarkably resembles the tray slips of Robert Pirsig, described in his sequel to Zen and the Art of Motorcycle Maintenance called Lila. Do you want to refactor your essays in a similar way you would refactor software? Or do you want to keep personal knowledge base, which is easy to manage? Why don&#8217;t you try FreeMind? Do you want to prioritize, know where you are, where you&#8217;ve been and where you are heading, as Stephen Covey would advise you? Have you tried FreeMind to keep track of all the things that are needed for that?</p></blockquote>
<p>Here is a nice overview/tutorial on <a href="http://freemind.sourceforge.net/" title="Free mindmap software - FreeMind" target="_blank">FreeMind</a>&#8216;s main features:</p>
<p><iframe width="570" height="416" src="http://www.youtube.com/embed/grut_2cardM" frameborder="0" allowfullscreen></iframe></p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.digital-day.net/video/free-mindmap-software-freemind/&amp;layout=standard&amp;show_faces=0&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.digital-day.net/video/free-mindmap-software-freemind/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Create a snapshot of your screen (screenshot)</title>
		<link>http://www.digital-day.net/tips-tricks/create-a-snapshot-of-your-screen-screenshot/</link>
		<comments>http://www.digital-day.net/tips-tricks/create-a-snapshot-of-your-screen-screenshot/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 14:00:42 +0000</pubDate>
		<dc:creator>[vladi]</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[capture]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[snapshot]]></category>

		<guid isPermaLink="false">http://www.digital-day.net/?p=404</guid>
		<description><![CDATA[A friend called to ask me how to take a screenshot of a program&#8217;s settings menu. Generally, there are two built-in alternatives to grab a picture of the screen: capture the whole screen &#8211; press Shift + Print Screen to copy the whole visible screen, then paste in an application (can be either a graphic [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.digital-day.net/wp-content/uploads/2009/07/wizard-128x128.png" alt="Wizard" style="float: left; margin: 0 10px 10px 0;" /> A friend called to ask me how to take a screenshot of a program&#8217;s settings menu. Generally, there are two built-in alternatives to grab a picture of the screen:</p>
<ul>
<li><strong><em>capture the whole screen</em></strong> &#8211; press <strong>Shift</strong> + <strong>Print Screen</strong> to copy the whole visible screen, then paste in an application (can be either a graphic editor like Photoshop, or rich-text editor like Word)</li>
<li><strong><em>grab the current (active) window only</em></strong> &#8211; press <strong>Alt</strong> + <strong>Print Screen</strong> to copy, then paste in an application</li>
</ul>
<p>These shortcuts apply to Windows, but there are the equivalent shortcuts in MacOS also. Just try different combinations of <strong>Shift</strong>, <strong>Option</strong> and <strong>Command</strong> keys together with <strong>Print Screen</strong> to see which does what.</p>
<p>Bear in mind, that some applications (video or games) use advanced techniques to display content, utilizing what&#8217;s called <em>an overlay surface</em>. In such cases, you may or may not be able to capture the window&#8217;s content.</p>
<p>Additionally, if you wish to record video of your interactions with a program, you will need to use a dedicated screen capturing application.</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.digital-day.net/tips-tricks/create-a-snapshot-of-your-screen-screenshot/&amp;layout=standard&amp;show_faces=0&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.digital-day.net/tips-tricks/create-a-snapshot-of-your-screen-screenshot/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TinEye &#8211; a reverse image search engine</title>
		<link>http://www.digital-day.net/video/tineye-reverse-image-search-engine/</link>
		<comments>http://www.digital-day.net/video/tineye-reverse-image-search-engine/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 11:00:59 +0000</pubDate>
		<dc:creator>[vladi]</dc:creator>
				<category><![CDATA[Apps & Services]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[image search]]></category>
		<category><![CDATA[TinEye]]></category>

		<guid isPermaLink="false">http://www.digital-day.net/?p=266</guid>
		<description><![CDATA[You know how search works &#8211; you open your favorite search engine, type a keyword or two, and there &#8211; a list of thousands of pages, containing info about your topic of interest. There even is an image search &#8211; you go to Google images and there again &#8211; hundreds of images, corresponding (better or [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tineye.com/"><img src="http://www.digital-day.net/wp-content/uploads/2010/04/tineye-logo.gif" width="128" height="128" alt="TinEye Logo" title="TinEye Logo" class="border-float" /></a> You know how search works &#8211; you open your favorite search engine, type a keyword or two, and there &#8211; a list of thousands of pages, containing info about your topic of interest. There even is an image search &#8211; you go to <a href="http://images.google.com/">Google images</a> and there again &#8211; hundreds of images, corresponding (better or worse) to the keywords you entered. But what if you do not know what you&#8217;re looking for? What if you have an image of a painting and want to know who painted it? Or a photograph of a place, you want to know where?</p>
<p><a href="http://www.tineye.com/">TinEye</a> is the &#8220;reverse image search engine&#8221; you need &#8211; you just have to upload your image (or give the URL-address, if it is published on a webpage), and you will get results from other pages, containing the same image. It gives you the chance to learn what it is, since you will probbably get pages, containing info about it. Here is how it works:</p>
<p><embed src="http://blip.tv/play/1nG2lGYC" type="application/x-shockwave-flash" width="480" height="300" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<p>It is also a good tool to see who is using your images <img src='http://www.digital-day.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.digital-day.net/video/tineye-reverse-image-search-engine/&amp;layout=standard&amp;show_faces=0&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.digital-day.net/video/tineye-reverse-image-search-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Term definitions</title>
		<link>http://www.digital-day.net/tips-tricks/term-definitions/</link>
		<comments>http://www.digital-day.net/tips-tricks/term-definitions/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 06:46:27 +0000</pubDate>
		<dc:creator>[vladi]</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[description]]></category>
		<category><![CDATA[explanation]]></category>
		<category><![CDATA[term]]></category>

		<guid isPermaLink="false">http://www.digital-day.net/?p=220</guid>
		<description><![CDATA[Looking for the definition of some term? Open up Google and write: define:&#60;term&#62; in the search field, where &#60;term&#62; is the word you want defined. You will then get one or more definitions of the term from different sources like Wikipedia, Princeton WordNet, etc. You can also find definitions in languages, other than English, if [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.digital-day.net/wp-content/uploads/2009/07/wizard-128x128.png" alt="Wizard" style="float: left; margin: 0 10px 10px 0;" /> Looking for the definition of some term?</p>
<p>Open up <a href="http://www.google.com">Google</a> and write: <strong><em>define:&lt;term&gt;</em></strong> in the search field, where <em>&lt;term&gt;</em> is the word you want defined. You will then get one or more definitions of the term from different sources like <a href="http://www.wikipedia.org">Wikipedia</a>, <a href="http://wordnet.princeton.edu/">Princeton WordNet</a>, etc. You can also find definitions in languages, other than English, if available.</p>
<p>Example: <a href="http://www.google.com/search?q=define%3Ablog">define:blog</a></p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.digital-day.net/tips-tricks/term-definitions/&amp;layout=standard&amp;show_faces=0&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.digital-day.net/tips-tricks/term-definitions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data entry in Microsoft Excel</title>
		<link>http://www.digital-day.net/tips-tricks/data-entry-microsoft-excel/</link>
		<comments>http://www.digital-day.net/tips-tricks/data-entry-microsoft-excel/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 20:52:06 +0000</pubDate>
		<dc:creator>[vladi]</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.digital-day.net/?p=177</guid>
		<description><![CDATA[Quick tip: Keyboard-only fast data entry. Scenario: you have to enter a lot of similar rows of data, for instance the cells in column B, column C and column D. Column A is the position number (1., 2., &#8230; ) and columns E, F, etc. perform some calculations from the data you have entered. Now, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.digital-day.net/wp-content/uploads/2009/07/wizard-128x128.png" alt="Wizard" style="float: left; margin: 30px 10px 30px 0;" /> <strong>Quick tip:</strong> Keyboard-only fast data entry.</p>
<p>Scenario: you have to enter a lot of similar rows of data, for instance the cells in <em>column B</em>, <em>column C</em> and <em>column D</em>. Column A is the position number (1., 2., &#8230; ) and columns E, F, etc. perform some calculations from the data you have entered.</p>
<p>Now, there is a fast way to enter data (especially using the numeric keypad) without even touching the mouse, or needing to use the arrow keys to navigate:</p>
<ol>
<li>enter the number in the first cell in the row (column B)</li>
<li>press TAB</li>
<li>enter the number in the second cell in the row (column C)</li>
<li>press TAB</li>
<li>enter the number in the third cell in the row (column D)</li>
<li>press Enter</li>
</ol>
<p>MS Excel automatically makes active the cell below the one, that you started from (Column B / next row). In this way you can only use the keyboard and not waste time with moving around the worksheet (arrow keys and/or mouse).</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.digital-day.net/tips-tricks/data-entry-microsoft-excel/&amp;layout=standard&amp;show_faces=0&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.digital-day.net/tips-tricks/data-entry-microsoft-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One-click switch between network settings for different locations (Windows)</title>
		<link>http://www.digital-day.net/tips-tricks/one-click-switch-between-network-settings-for-different-locations-windows/</link>
		<comments>http://www.digital-day.net/tips-tricks/one-click-switch-between-network-settings-for-different-locations-windows/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 16:48:50 +0000</pubDate>
		<dc:creator>[vladi]</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[connection profile]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[network profile]]></category>
		<category><![CDATA[network settings]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.digital-day.net/?p=69</guid>
		<description><![CDATA[Update: One click switch network settings for windows 7 Mobile computers are everywhere now. Many people need to connect to networks (wired or wireless) in more than one place &#8211; at home and at work. One of the annoyances of current Windows interface is that you cannot easily store connection profiles &#8211; the way you [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.digital-day.net/wp-content/uploads/2009/07/wizard-128x128.png" alt="Wizard" style="float: left; margin: 30px 10px 30px 0;" /> <strong>Update:</strong> <a href="http://www.digital-day.net/tips-tricks/one-click-switch-network-settings/">One click switch network settings for windows 7</a></p>
<p>Mobile computers are everywhere now. Many people need to connect to networks (wired or wireless) in more than one place &#8211; at home and at work. One of the annoyances of current Windows interface is that you cannot easily store connection profiles &#8211; the way you can in MacOS X (called &#8220;Locations&#8221;) for quite a long time.</p>
<p>There is a workaround for that, involving a simple preliminary network setup + creation of a shortcut. I will briefly describe it here in 3 steps (you will have to repeat for each connection profile you would like to create). Here is how it goes:</p>
<p><em>[preparation]<br />
Open a command prompt</em> (click <strong>START</strong> &#8211; <strong>Run&#8230;</strong> then type <strong>cmd</strong> and click <strong>OK</strong>),<br />
type <strong>md %windir%\netsettings</strong> (or copy it from here and paste it in the command prompt with a right-click) and hit <strong>Enter</strong>. Don&#8217;t close the command prompt yet.</p>
<ol>
<li><em>Make all network settings for the current profile (e.g. Office)</em> &#8211; go to Network Connections, select the appropriate connection (wired and/or wireless) and set IP-address, network mask, default gateway, DNS servers, etc.</li>
<li><em>Execute in the command prompt</em> the following command<br />
<strong>netsh -c interface dump > %windir%\netsettings\office.txt</strong><br />
and hit <strong>Enter</strong>.</li>
<li><em>Create a shortcut on your desktop</em> by minimizing all open windows, right-clicking on an empty place on the desktop and selecting <strong>New</strong> -&gt; <strong>Shortcut&#8230;</strong><br />
In the new window that opens, type (or better paste) the following<br />
<strong>netsh -f %windir%\netsettings\office.txt</strong><br />
and click <strong>Next&#8230;</strong><br />
Type a name for the profile (for instance <strong>Office settings</strong>) and click <strong>Finish</strong>.</li>
</ol>
<p>Repeat steps 1-3 for as many profiles you need to create, changing <strong>office.txt</strong> with <strong>home.txt</strong> (etc.) in steps 2 and 3. Give each profile shortcut a distinguishable name.</p>
<p>You can now switch between different network profiles by simply clicking the appropriate icon on the desktop!</p>
<p><strong>Note</strong> that this approach creates a full network profile (including settings for <strong>all</strong> network interfaces &#8211; wired and wireless), so in rare situations you might need to create different combinations of settings. It is also useful to have a setting with all connections set to auto, in case you need to access networks in hotels, airports and other public places.</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.digital-day.net/tips-tricks/one-click-switch-between-network-settings-for-different-locations-windows/&amp;layout=standard&amp;show_faces=0&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.digital-day.net/tips-tricks/one-click-switch-between-network-settings-for-different-locations-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>RSS</title>
		<link>http://www.digital-day.net/technology/rss-2/</link>
		<comments>http://www.digital-day.net/technology/rss-2/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 23:22:17 +0000</pubDate>
		<dc:creator>[vladi]</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Aggregator]]></category>
		<category><![CDATA[Feed]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Really Simple Syndication]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://www.digital-day.net/?p=19</guid>
		<description><![CDATA[The times have changed. The information is everywhere. The only way to survive is to ignore it. But then, how will you find out about the news, the hot gossip or gadgets? The answer is RSS. It stands for Really Simple Syndication &#8211; a standard, that enables you to follow the news from several sources [...]]]></description>
			<content:encoded><![CDATA[<p>The times have changed. The information is everywhere. The only way to survive is to ignore it. But then, how will you find out about the news, the hot gossip or gadgets? The answer is RSS. It stands for Really Simple Syndication &#8211; a standard, that enables you to follow the news from several sources in real time without even visiting their sites. You <strong>subscribe</strong> to updates, the way you subscribed for your paper in the past. The thing you have to look for &#8211; the &#8216;RSS&#8217; abbreviation and the orange RSS icon.</p>
<p><img src="http://www.digital-day.net/wp-content/uploads/2009/01/rss.png" alt="RSS Icon" /></p>
<p>There are several ways to access news via RSS. One is to read an aggregator website, into which somebody has pre-selected sources based on a common criteria &#8211; all technology news or all blogs from a certain country. The other is to select the sources yourself and display the new items in some sort of an application &#8211; either web-based or a program, installed locally on your computer. Most common web-based applications include <a href="http://www.google.com/reader">Google Reader</a>, <a href="http://www.bloglines.com">Bloglines</a>, <a href="http://www.netvibes.com">Netvibes</a>, <a href="http://technorati.com">Technorati</a> and <a href="http://my.yahoo.com">My Yahoo!</a> to name just a few. The local application approach relies on an installed program, most commonly the very browser you are reading this site with &#8211; <a href="http://www.mozilla.com/firefox/">Mozilla Firefox</a>&#8216;s <a href="http://www.mozilla.com/en-US/firefox/livebookmarks.html">Live Bookmarks</a> or <a href="http://www.microsoft.com/windows/IE/ie7/tour/rss/">Internet Explorer&#8217;s Feeds</a>, a mail client (<a href="http://office.microsoft.com/outlook/">Outlook</a>, <a href="http://www.mozilla.com/thunderbird/">Thunderbird</a> or <a href="http://www.apple.com/macosx/features/mail.html">Apple Mac OS X Mail</a>) or a standalone RSS-reader.</p>
<p>After having tried a lot of different approaches and solutions, my personal favorite is now the <a href="http://www.mozilla.com/thunderbird/">Thunderbird</a> application. And you can start by subscribing to the <a href="http://www.digital-day.net/feed">Digital Day&#8217;s RSS Feed</a>.</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.digital-day.net/technology/rss-2/&amp;layout=standard&amp;show_faces=0&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.digital-day.net/technology/rss-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

