<?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>Imaging and a little bit of OSS &#187; windows</title>
	<atom:link href="http://nuclear-imaging.info/site_content/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://nuclear-imaging.info/site_content</link>
	<description>Yet another techno blog</description>
	<lastBuildDate>Wed, 04 Jan 2012 18:29:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Windows 7 &#8211; GUI improvements</title>
		<link>http://nuclear-imaging.info/site_content/2009/01/23/windows-7-gui-improvements/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-7-gui-improvements</link>
		<comments>http://nuclear-imaging.info/site_content/2009/01/23/windows-7-gui-improvements/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 15:08:08 +0000</pubDate>
		<dc:creator>slash_boot</dc:creator>
				<category><![CDATA[non-OSS]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://nuclear-imaging.info/site_content/?p=35</guid>
		<description><![CDATA[The recently released Windows 7 Beta (Build 7000) has several improvements in its GUI. Many of these features have been discussed at length in several blogs. Among other things, there is a deafult option to stack all program tabs in the taskbar keeping it from running out of space.  There is a mouse-over feature that <a href='http://nuclear-imaging.info/site_content/2009/01/23/windows-7-gui-improvements/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>The recently released Windows 7 Beta (Build 7000) has several improvements in its GUI. Many of these features have been discussed at length in several blogs. Among other things, there is a deafult option to stack all program tabs in the taskbar keeping it from running out of space.  There is a mouse-over feature that shows a preview of that program and brings that program to the foreground when the mouse is moved over that preview.</p>
<p>Then there is one tiny feature in the Windows Explorer that should have been implemented long time ago, but its good to finally see it in this release.</p>
<blockquote><p>Organize &gt;&gt; Folder and Search Options &gt;&gt; View &gt;&gt; Use Check boxes to select items</p></blockquote>
<div id="attachment_36" class="wp-caption aligncenter" style="width: 421px"><img class="size-full wp-image-36" title="Windows 7 Checkbox Option" src="http://nuclear-imaging.info/site_content/wp-content/uploads/2009/01/win7checkboxoption.png" alt="Windows Explorer Checkbox Option" width="411" height="492" /><p class="wp-caption-text">Windows Explorer Checkbox Option</p></div>
<p>Once that option is selected, a checkbox is displayed in front of the file each time the mouse hovers over it. This options overcomes the need to select individual files by keeping the &#8216;Control&#8217; key press at all times.</p>
<div id="attachment_37" class="wp-caption aligncenter" style="width: 518px"><img class="size-full wp-image-37" title="Checkbox in front of file icon" src="http://nuclear-imaging.info/site_content/wp-content/uploads/2009/01/win7explorercheckboxoption.png" alt="Checkbox is displayed in front of file icon" width="508" height="414" /><p class="wp-caption-text">Checkbox is displayed in front of file icon</p></div>
<p>This is one of the features I&#8217;d like to see ported over into Gnome for use in Linux distros.</p>
]]></content:encoded>
			<wfw:commentRss>http://nuclear-imaging.info/site_content/2009/01/23/windows-7-gui-improvements/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Record streaming media under Ubuntu</title>
		<link>http://nuclear-imaging.info/site_content/2009/01/21/record-streaming-media-under-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=record-streaming-media-under-ubuntu</link>
		<comments>http://nuclear-imaging.info/site_content/2009/01/21/record-streaming-media-under-ubuntu/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 20:55:04 +0000</pubDate>
		<dc:creator>slash_boot</dc:creator>
				<category><![CDATA[Linux and OSS]]></category>
		<category><![CDATA[mimms]]></category>
		<category><![CDATA[mms]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://nuclear-imaging.info/site_content/?p=19</guid>
		<description><![CDATA[The norm has been to watch live streams over the internet if you are unable to watch a certain program on your TV at a scheduled time. The limitation of these live streams is that you can&#8217;t afford to miss anything, cause there is no way to rewind and replay. Under Windows there are several <a href='http://nuclear-imaging.info/site_content/2009/01/21/record-streaming-media-under-ubuntu/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>The norm has been to watch live streams over the internet if you are unable to watch a certain program on your TV at a scheduled time. The limitation of these live streams is that you can&#8217;t afford to miss anything, cause there is no way to rewind and replay.</p>
<p>Under Windows there are several tools that can capture live streams and save them to a file. These streams are usually broadcasted over the mms:// protocol. Oftentimes, this protocol is wrapped inside a .asx or .wmv wrapper. These wrappers have the information required to fetch the streaming media, either live or recorded.</p>
<p>There is an application in the Universe repository since Gutsy which enables us to store the streaming media as a local file. Its called mimms, and under Intrepid Ibex its running on version 3.2.1-1.</p>
<p>If your universe repository is enable, you can install mimms using aptitude:</p>
<blockquote><p>$ sudo apt-get install mimms</p>
</blockquote>
<div id="attachment_23" class="wp-caption aligncenter" style="width: 564px"><img class="size-full wp-image-23" title="Using mimms" src="http://nuclear-imaging.info/site_content/wp-content/uploads/2009/01/mimms_screenshot.png" alt="Using mimms to record streaming media" width="554" height="204" /><p class="wp-caption-text">Using mimms to record streaming media</p></div>
<p>Once the program is installed, you can do recordings of mms:// streams via terminal. The link of currently streaming video can usually be obtained by<em> right-clicking on the video window and copy-link</em>. To start recording type the copied mms:// link as an argument for mimms, which starts saving the streaming content to your /home/user folder.</p>
<blockquote><p>$ mimms mms://cnnvideo.streamserver.asx</p>
</blockquote>
<p>It displays the size of the output file in real time. You can stop the recording at any time by ctrl-c without damaging the file. This file can then be played using the media player of your choice.</p>
]]></content:encoded>
			<wfw:commentRss>http://nuclear-imaging.info/site_content/2009/01/21/record-streaming-media-under-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

