<?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>Black On Stuff &#187; Software</title>
	<atom:link href="http://www.blackonstuff.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blackonstuff.com</link>
	<description>Blogging about nothing ...</description>
	<lastBuildDate>Mon, 15 Feb 2010 21:11:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to change network adapter settings in Windows 7 from command line</title>
		<link>http://www.blackonstuff.com/2010-02-15/how-to-change-network-adapter-settings-in-windows-7-from-command-line/</link>
		<comments>http://www.blackonstuff.com/2010-02-15/how-to-change-network-adapter-settings-in-windows-7-from-command-line/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 21:11:13 +0000</pubDate>
		<dc:creator>Black</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[While Not At Work]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.blackonstuff.com/?p=124</guid>
		<description><![CDATA[I have two internet connections at home, mainly because I&#8217;m an Internet addict and any minute without Internet generates lots of frustration and secondly because I cannot afford to have any problems while connecting to the office network.
Now, one of my providers had some problems lately and I guess that&#8217;s just because of the rough [...]]]></description>
			<content:encoded><![CDATA[<p>I have two internet connections at home, mainly because I&#8217;m an Internet addict and any minute without Internet generates lots of frustration and secondly because I cannot afford to have any problems while connecting to the office network.</p>
<p>Now, one of my providers had some problems lately and I guess that&#8217;s just because of the rough winter which does not seem to end. I am using this provider as the main link on the desktop computer, directly plugged in, the other one being used for the wireless network (iPhone, notebook, fridge etc). Since the connection is getting bad from time to time, I need to switch from one network adapter to another that has just lan connectivity but it is connected to the wireless router. This means I just need to add the router IP address as the gateway and DNS on the secondary adapter. Doing this with clicks on the adapter settings takes time and when you have to train other people that use the same computer to do this it gets rough.</p>
<p>So I made this two batch scripts that add or remove the DNS/gateway IPs from the secondary adapter, so whenever I need to switch from one adapter to another I click on the corresponding bat files.</p>
<p>To get Internet connectivity on the secondary adapter:</p>
<blockquote><p>netsh interface ip set address name=&#8221;your_network_adapter_name&#8221; source=static addr=10.0.0.xxx mask=255.255.255.yyy gateway=10.0.0.zzz<br />
netsh int ipv4 set dnsservers &#8220;your_network_adapter_name&#8221; static 10.0.0.zzz primary</p>
<p>(where 10.0.0.zzz is the wireless router IP address)</p></blockquote>
<p>To remove Internet connectivity on the secondary adapter:</p>
<blockquote><p>netsh interface ip set address name=&#8221;your_network_adapter_name&#8221; source=static addr=10.0.0.xxx mask=255.255.255.yyy<br />
netsh int ipv4 delete dnsservers &#8220;your_network_adapter_name&#8221; 10.0.0.zzz</p></blockquote>
<p>These two scripts must be run with elevated privileges in Windows 7 (right click on the script -&gt; Run as Administrator). As this might not be the most elegant way to switch the Internet connection and might need improvement to completely disable the first adapter, it works for me as it is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackonstuff.com/2010-02-15/how-to-change-network-adapter-settings-in-windows-7-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable Suggested Contacts in Outlook 2010</title>
		<link>http://www.blackonstuff.com/2010-01-28/how-to-disable-suggested-contacts-in-outlook-2010/</link>
		<comments>http://www.blackonstuff.com/2010-01-28/how-to-disable-suggested-contacts-in-outlook-2010/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 21:41:03 +0000</pubDate>
		<dc:creator>Black</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[settings]]></category>

		<guid isPermaLink="false">http://www.blackonstuff.com/?p=116</guid>
		<description><![CDATA[Yesterday I installed Office 2010 beta on my laptop and started using Outlook right away. Some new features caught my attention:
- the way to install it through Click-to-Run streaming technology, that is you just download 2 MB and start using it right away, the programs will get downloaded in background but you&#8217;re able to use [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I installed <a href="http://www.microsoft.com/office/2010/en/default.aspx">Office 2010</a> beta on my laptop and started using Outlook right away. Some new features caught my attention:</p>
<p>- the way to install it through Click-to-Run streaming technology, that is you just download 2 MB and start using it right away, the programs will get downloaded in background but you&#8217;re able to use most of the interface functionality<br />
- the &#8220;quick steps&#8221; section in Outlook where various multi-step actions can be added and customized (like moving the email to a specified folder)<br />
- a better way to organize conversations (Seamonkey has it for years now)</p>
<p>But when I tried to make a phone call on my iPhone, I noticed a lot of strange contacts (like hundreds of them) that I didn&#8217;t had before in my address book (I sync my phone Contacts list with the office Exchange server). All of them organized in a folder Suggested Contacts. I linked this event with the Office installation and there it was: a nice folder with various contacts Outlook extracted from all my emails. But since I don&#8217;t receive one or two emails per day, but thousands, I just needed to disable the collection or at least the syncronization of this folder with the iPhone. I don&#8217;t know a way not to sync a certain address book folder, but I found out how to disable collecting such data:</p>
<p>Access the File tab and then the Options on the left &#8230;</p>
<p><a href="http://www.blackonstuff.com/wp-content/uploads/2010/01/options_outlook_2010.jpg"><img class="alignnone size-full wp-image-117" title="options_outlook_2010" src="http://www.blackonstuff.com/wp-content/uploads/2010/01/options_outlook_2010.jpg" alt="" width="532" height="505" /></a></p>
<p>&#8230; then the Contacts group and uncheck the &#8220;Automatically create Outlook contacts for recipients that do not belong to an Outlook Address Book&#8221;. After that, just delete all the harvested contacts in the Suggested Contacts folder and your iPhone will automatically update with just the contacts you&#8217;ve added.</p>
<p><a href="http://www.blackonstuff.com/wp-content/uploads/2010/01/outlook2010_suggested_contacts.jpg"><img class="alignnone size-full wp-image-118" title="outlook2010_suggested_contacts" src="http://www.blackonstuff.com/wp-content/uploads/2010/01/outlook2010_suggested_contacts.jpg" alt="" width="466" height="380" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackonstuff.com/2010-01-28/how-to-disable-suggested-contacts-in-outlook-2010/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>IE8: New features, same old bugs</title>
		<link>http://www.blackonstuff.com/2009-09-08/ie8-new-features-same-old-bugs/</link>
		<comments>http://www.blackonstuff.com/2009-09-08/ie8-new-features-same-old-bugs/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 21:01:10 +0000</pubDate>
		<dc:creator>Black</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.blackonstuff.com/?p=96</guid>
		<description><![CDATA[Time passed since the first release of Internet Explorer and version by version new features were added. While I&#8217;m writing this article, the latest version is 8.0 but still, after all these years, Microsoft did not manage to find the right way to parse an URL and extract the file name. Ordinary bugs keep showing [...]]]></description>
			<content:encoded><![CDATA[<p>Time passed since the first release of Internet Explorer and version by version new features were added. While I&#8217;m writing this article, the latest version is 8.0 but still, after all these years, Microsoft did not manage to find the right way to parse an URL and extract the file name. Ordinary bugs keep showing in each version and you must find ways to make your application work in all &#8220;major&#8221; browsers. Here&#8217;s a very annoying one that keeps popping up from time to time.</p>
<p>The task is simple: you just need to make a link to an exe file with some parameters. The parameters are required, otherwise the download would not work.</p>
<p>Here is a link: <a href="http://download.microsoft.com/download/C/C/0/CC0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe?param=black">http://download.microsoft.com/download/C/C/0/CC0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe?param=black</a></p>
<p>I&#8217;m just trying to pass the parameter param with the value black to the .exe link. The result (click on the above link in your already installed Internet Explorer browser):</p>
<p><img class="aligncenter size-full wp-image-106" title="iebug_1" src="http://www.blackonstuff.com/wp-content/uploads/2009/09/iebug_1.jpg" alt="iebug_1" width="414" height="277" /></p>
<p>Magically, the extension is gone. Why is that? Because there&#8217;s no such extension as <em>.exe?param=black</em>. This is invalid, right? Or Microsoft thinks that.</p>
<p>Let&#8217;s try another one, with just a slight change:</p>
<p><a href="http://download.microsoft.com/download/C/C/0/CC0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe?param=.rar">http://download.microsoft.com/download/C/C/0/CC0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe?param=<strong>.rar</strong></a></p>
<p>The result is breathtaking <img src='http://www.blackonstuff.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> , I&#8217;m able to download the file with a different extension than the one served by the server:</p>
<p><img class="aligncenter size-full wp-image-108" title="iebug_2" src="http://www.blackonstuff.com/wp-content/uploads/2009/09/iebug_2.jpg" alt="iebug_2" width="414" height="277" /></p>
<p>Is this a bird? Is this a plane? No, it&#8217;s the newly improved Internet Explorer 8. Now with tabs and new security holes. No more comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackonstuff.com/2009-09-08/ie8-new-features-same-old-bugs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to convert your Canon camera movies to XviD</title>
		<link>http://www.blackonstuff.com/2008-10-26/how-to-convert-your-canon-camera-movies-to-xvid/</link>
		<comments>http://www.blackonstuff.com/2008-10-26/how-to-convert-your-canon-camera-movies-to-xvid/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 20:37:14 +0000</pubDate>
		<dc:creator>Black</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[canon camera xvid virtualdub convert]]></category>

		<guid isPermaLink="false">http://www.blackonstuff.com/?p=64</guid>
		<description><![CDATA[It&#8217;s a fact that the movies shot by Canon cameras do not play on most DVD with DivX capabilities due to codec incompatibility. This is of course a problem. Another problem is that the shot movies are hardly encoded so the size is quite big for the number of minutes. Here is my guide to [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a fact that the movies shot by Canon cameras do not play on most DVD with DivX capabilities due to codec incompatibility. This is of course a problem. Another problem is that the shot movies are hardly encoded so the size is quite big for the number of minutes. Here is my guide to convert these videos to XviD videos.</p>
<p><a href="http://avicodec.duby.info/">AVIcodec</a> shows the information below:</p>
<p>- video: <a href="http://en.wikipedia.org/wiki/Motion_JPEG">MJPG</a> = Motion JPEG<br />
- audio: PCM, mono</p>
<p><a href="http://www.blackonstuff.com/wp-content/uploads/2008/10/avicodec.jpg"><img class="alignnone size-full wp-image-66" style="border: 0pt none;" title="avicodec" src="http://www.blackonstuff.com/wp-content/uploads/2008/10/avicodec.jpg" alt="" width="411" height="54" /></a></p>
<p>For conversion I&#8217;m using the tools below. I am listing also my version since some problems may occur with a different configuration (for instance I was using lame ACM mp3 codec version 3.98 alpha 11 and I was receiving some debugging information when trying to change/encode the audio)</p>
<p>- <a href="http://www.virtualdub.org/">VirtualDUB 1.7.0</a><br />
- <a href="http://www.xvidmovies.com/codec/">Xvid video codec</a><br />
- <a href="http://www.free-codecs.com/download/LAME_ACM_Codec.htm">lame ACM MP3 codec</a></p>
<p>Open your file to transcode in VirtualDUB. Make sure Video -&gt; Full Processing Mode is selected then go to Video -&gt; Compression and select XviD MPEG-4 Codec. If you click on Configure you can select the encoding quality. Here are my settings:</p>
<p><a href="http://www.blackonstuff.com/wp-content/uploads/2008/10/virtual_dub_video.jpg"><img class="alignnone size-medium wp-image-71" title="virtual_dub_video" src="http://www.blackonstuff.com/wp-content/uploads/2008/10/virtual_dub_video-236x300.jpg" alt="" width="236" height="300" /></a></p>
<p>The go to Audio and make sure Full Processing Mode is selected. Go to Audio -&gt; Conversion and change from 8 bit to 16 bit in the Precision box. Then go to Audio -&gt; Compression and select whatever quality you&#8217;d like for audio. Here are my settings:</p>
<p><img class="alignnone size-full wp-image-72" title="virtual_dub_audio" src="http://www.blackonstuff.com/wp-content/uploads/2008/10/virtual_dub_audio.jpg" alt="" width="406" height="308" /></p>
<p>You&#8217;re almost done. Now go to File -&gt; Save as AVI and save your final file. You&#8217;ll just have to wait for the encoding to happen, but in the end the final file size will be less than 10x the original file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackonstuff.com/2008-10-26/how-to-convert-your-canon-camera-movies-to-xvid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to merge several mpeg 2 files without quality loss</title>
		<link>http://www.blackonstuff.com/2008-10-19/how-to-merge-several-mpeg-2-files-without-quality-loss/</link>
		<comments>http://www.blackonstuff.com/2008-10-19/how-to-merge-several-mpeg-2-files-without-quality-loss/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 17:07:31 +0000</pubDate>
		<dc:creator>Black</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.blackonstuff.com/?p=55</guid>
		<description><![CDATA[I&#8217;m using a lot of free software tools to accomplish various tasks at home and I do not always remember what I used last time. This is why I have decided to write it down here, to use it later for reference.
I had a simple task: to join several mpeg 2 files that were taken [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using a lot of free software tools to accomplish various tasks at home and I do not always remember what I used last time. This is why I have decided to write it down here, to use it later for reference.</p>
<p>I had a simple task: to join several mpeg 2 files that were taken by a video camera into a single one and add my own mp3 file as audio for the final file. I had 43 files from our team building 2 weeks ago that needed to be compiled in a nice old style mute movie.</p>
<p>In AVIcodec the files looked like this (video is MPEG2 SVCD/DVD, audio doesn&#8217;t matter because I&#8217;m not using it):</p>
<p><img class="alignnone size-full wp-image-56" style="border: 0pt none;" title="avi_codec" src="http://www.blackonstuff.com/wp-content/uploads/2008/10/avi_codec.jpg" alt="" width="500" height="47" /></p>
<p>I tried several applications but some of them just crashed (I&#8217;m using Vista), some of them recompiled the frames, making a different quality, others just didn&#8217;t work. The one that worked for me flowlessly is called <a href="http://www.avidemux.org/">Avidemux</a>.</p>
<p style="text-align: center;"><a href="http://www.blackonstuff.com/wp-content/uploads/2008/10/avidemux.jpg"><img class="size-medium wp-image-57 aligncenter" title="avidemux" src="http://www.blackonstuff.com/wp-content/uploads/2008/10/avidemux-300x255.jpg" alt="" width="300" height="255" /></a></p>
<p style="text-align: left;">What I like at this application:</p>
<p style="text-align: left;">- it worked for me (didn&#8217;t crashed like others)<br />
- merges the mpeg files, but also you can add your own custom mp3 sound<br />
- has a auto configuration option that configures your output video and audio based on the loaded files</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackonstuff.com/2008-10-19/how-to-merge-several-mpeg-2-files-without-quality-loss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
