<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.rarst.net/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Rarst.net</title>
	
	<link>http://www.rarst.net</link>
	<description>cynical thoughts on software, web, etc</description>
	<lastBuildDate>Fri, 03 Jul 2009 20:36:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.rarst.net/rarst-posts" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">rarst-posts</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Change interface language in auto-detecting GTK apps</title>
		<link>http://www.rarst.net/software/change-interface-language/</link>
		<comments>http://www.rarst.net/software/change-interface-language/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 15:00:00 +0000</pubDate>
		<dc:creator>Rarst</dc:creator>
				<category><![CDATA[Script]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[inkscape]]></category>

		<guid isPermaLink="false">http://www.rarst.net/?p=419</guid>
		<description><![CDATA[I was somewhat puzzled by encountering few apps (GIMP and Inkscape for which I had recently posted link to excellent tutorial) that defaulted their interface to language of Windows installation and gave no option to change it.
It can be quite inconvenient because it is often easier to work with complex interface in original language rather [...]<p><em><a href="http://wpwebhost.com/my-wordpress-story-it%e2%80%99s-time-to-vote/">Vote for WordPress story of Rarst.net</a></em></p>
]]></description>
			<content:encoded><![CDATA[<p><a title="Script category" href="http://www.rarst.net/category/script/"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px; border-right-width: 0px" title="script_icon" src="http://www.rarst.net/images/Howtoschedulefilemoveordeleteonreboot_113A1/script_icon.png" border="0" alt="script_icon" width="48" height="48" align="right" /></a>I was somewhat puzzled by encountering few apps (<a href="http://www.gimp.org/">GIMP</a> and <a href="http://www.rarst.net/tag/inkscape/">Inkscape</a> for which I had recently posted <a href="http://www.rarst.net/web/tech-tutorials-online/">link to excellent tutorial</a>) that <strong>defaulted their interface to language of Windows installation</strong> and gave no option to change it.</p>
<p>It can be quite inconvenient because it is often easier to work with complex interface in original language rather than [lacking] translation.</p>
<p><span id="more-419"></span></p>
<h3>Problem</h3>
<p>I may be wrong but it seems that issue is common for software using <a href="http://en.wikipedia.org/wiki/Gtk">GTK+</a> for interface. However it is probable for other software that picks language from Windows settings as well.</p>
<h3>Solution</h3>
<p>Common advice is <strong>changing preferred language in Windows</strong> or <strong>adding environment variables</strong>. Not only inconvenient but also affects all software so might create need to toggle back and forth.</p>
<p>Other way I like much more is creating <strong>simple command line script that will set preferred language and launch specific app</strong> with that setting.</p>
<p>Example for Inkscape:</p>
<pre>set lang=en
start inkscape.exe</pre>
<p>Save as <em>inkscape.cmd</em>, copy to Inkscape folder and use for launching. Change language code and executable name as needed.</p>
<p><em>Start</em> command is used so console window doesn&#8217;t get stuck open waiting for Inkscape to close.</p>
<h3>Overall</h3>
<p>Relatively <strong>simple and per application</strong> way to change auto-detected interface language.</p>
<p>By the way do you always prefer apps in your native language or used to working with software in some other (possibly more popular) one?</p>
<p><em><a href="http://wpwebhost.com/my-wordpress-story-it%e2%80%99s-time-to-vote/">Vote for WordPress story of Rarst.net</a></em></p>


<p><strong>Possibly related posts:</strong><ol><li><a href='http://www.rarst.net/software/macmakeup/' rel='bookmark' title='Permanent Link: How to change MAC address with MacMakeUp'>How to change MAC address with MacMakeUp</a></li><li><a href='http://www.rarst.net/software/portableappscom-portable-freeware-apps-set/' rel='bookmark' title='Permanent Link: PortableApps.com &#8211; portable freeware apps set'>PortableApps.com &#8211; portable freeware apps set</a></li><li><a href='http://www.rarst.net/software/balsamiq-mockups/' rel='bookmark' title='Permanent Link: Balsamiq Mockups – fast interface sketching software'>Balsamiq Mockups – fast interface sketching software</a></li><li><a href='http://www.rarst.net/software/samurize/' rel='bookmark' title='Permanent Link: Samurize – flexible system monitor with DIY interface'>Samurize – flexible system monitor with DIY interface</a></li><li><a href='http://www.rarst.net/script/autoit-copy-filename/' rel='bookmark' title='Permanent Link: SendTo file&rsquo;s name with path to clipboard with AutoIt'>SendTo file&rsquo;s name with path to clipboard with AutoIt</a></li></ol></p><div class="feedflare">
<a href="http://feeds.rarst.net/~ff/rarst-posts?a=Z7fQ2xAdB0c:akLOtDe7wd4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=Z7fQ2xAdB0c:akLOtDe7wd4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=Z7fQ2xAdB0c:akLOtDe7wd4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=Z7fQ2xAdB0c:akLOtDe7wd4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=Z7fQ2xAdB0c:akLOtDe7wd4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=Z7fQ2xAdB0c:akLOtDe7wd4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=Z7fQ2xAdB0c:akLOtDe7wd4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rarst-posts?d=yIl2AUoC8zA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.rarst.net/software/change-interface-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vote for my WordPress story!</title>
		<link>http://www.rarst.net/web/vote-for-rarst/</link>
		<comments>http://www.rarst.net/web/vote-for-rarst/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 15:01:00 +0000</pubDate>
		<dc:creator>Rarst</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[group writing]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[vote]]></category>
		<category><![CDATA[wpwebhost]]></category>

		<guid isPermaLink="false">http://www.rarst.net/?p=418</guid>
		<description><![CDATA[Exactly month ago I had posted WordPress story of Rarst.net that happily made it to contest finals. I won’t pour on you heartbreaking details about how I want to win and get that nice hosting prize… because I see no reason for you to be concerned about that. I can handle stuff like hosting myself. [...]<p><em><a href="http://wpwebhost.com/my-wordpress-story-it%e2%80%99s-time-to-vote/">Vote for WordPress story of Rarst.net</a></em></p>
]]></description>
			<content:encoded><![CDATA[<p>Exactly month ago I had posted <a href="http://www.rarst.net/web/wordpress-story/">WordPress story of Rarst.net</a> that happily made it to contest finals. I won’t pour on you heartbreaking details about how I want to win and get that nice hosting prize… because I see no reason for you to be concerned about that. I can handle stuff like hosting myself. :) Still.</p>
<ul>
<li>if you like this blog;</li>
<li>want to easily help and promote it a bit;</li>
<li>have few second of time;</li>
</ul>
<p><a href="http://wpwebhost.com/my-wordpress-story-it’s-time-to-vote/">Spare me two clicks and vote for rarst.net</a> :) Thanks in advance.</p>
<p><em><a href="http://wpwebhost.com/my-wordpress-story-it%e2%80%99s-time-to-vote/">Vote for WordPress story of Rarst.net</a></em></p>


<p><strong>Possibly related posts:</strong><ol><li><a href='http://www.rarst.net/web/wordpress-story/' rel='bookmark' title='Permanent Link: WordPress story of Rarst.net'>WordPress story of Rarst.net</a></li><li><a href='http://www.rarst.net/web/wordpress-design-award/' rel='bookmark' title='Permanent Link: Entry for Best WordPress Design Award'>Entry for Best WordPress Design Award</a></li><li><a href='http://www.rarst.net/web/wordpress-related-contests/' rel='bookmark' title='Permanent Link: Entry for two WordPress-related contests'>Entry for two WordPress-related contests</a></li><li><a href='http://www.rarst.net/web/good-wordpress-theme/' rel='bookmark' title='Permanent Link: Good WordPress theme inside and outside'>Good WordPress theme inside and outside</a></li><li><a href='http://www.rarst.net/web/wprecipes/' rel='bookmark' title='Permanent Link: WpRecipes.com &ndash; micro-blogging WordPress tweaks'>WpRecipes.com &ndash; micro-blogging WordPress tweaks</a></li></ol></p><div class="feedflare">
<a href="http://feeds.rarst.net/~ff/rarst-posts?a=PlkkdiBCogA:cP_e4PEeDq0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=PlkkdiBCogA:cP_e4PEeDq0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=PlkkdiBCogA:cP_e4PEeDq0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=PlkkdiBCogA:cP_e4PEeDq0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=PlkkdiBCogA:cP_e4PEeDq0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=PlkkdiBCogA:cP_e4PEeDq0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=PlkkdiBCogA:cP_e4PEeDq0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rarst-posts?d=yIl2AUoC8zA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.rarst.net/web/vote-for-rarst/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to ask tech question and get answer</title>
		<link>http://www.rarst.net/web/how-to-ask-tech-question/</link>
		<comments>http://www.rarst.net/web/how-to-ask-tech-question/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 15:00:00 +0000</pubDate>
		<dc:creator>Rarst</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[quest]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://www.rarst.net/?p=417</guid>
		<description><![CDATA[Novice users may perceive that those who are more tech savvy never have a need to ask. On the contrary &#8211; the more you know the deeper holes you will dig for yourself and the more often you will have to look for answer and advice.
As with rest of thoughts posts this was kind of [...]<p><em><a href="http://wpwebhost.com/my-wordpress-story-it%e2%80%99s-time-to-vote/">Vote for WordPress story of Rarst.net</a></em></p>
]]></description>
			<content:encoded><![CDATA[<p>Novice users may perceive that those who are more tech savvy never have a need to ask. On the contrary &#8211; <strong>the more you know the deeper holes you will dig for yourself</strong> and the more often you will have to look for answer and advice.</p>
<p>As with rest of <a href="http://www.rarst.net/category/thoughts/">thoughts</a> posts this was kind of hovering around me for a long time and suddenly gained substance to put in words.</p>
<p><strong>How to ask. How to get answer. How to escape emotionally unscratched (hard part).</strong></p>
<p><span id="more-417"></span></p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px; border-right-width: 0px" title="question" src="http://www.rarst.net/images/Howtoasktechquestionandgetanswer_12696/question.jpg" border="0" alt="question" width="540" height="290" /></p>
<p align="right"><em>Photo by </em><a href="http://www.flickr.com/photos/drachmann/327122302/"><em>alexanderdrachmann</em></a></p>
<h3>How to ask right question</h3>
<p>There are three parts to good question:</p>
<p><strong>1. Details</strong></p>
<p>There is no more frustrating tech problem than unidentified one. Uncertainty is waste of precious time and resources.</p>
<p>Be ready to <strong>provide every excruciating detail</strong> about your issue &#8211; from model of hardware and version of software to how close your cat sleeps (I had one desktop&#8217;s insides melted because of fur).</p>
<p><strong>2. Honesty</strong></p>
<p>It is very probable that you did something wrong. No matter what kind of stupid things it was or how irrelevant you consider it to be – <strong>never omit or lie about details, especially if directly asked</strong>.</p>
<p>If you want to look smart get used to broken computer. Otherwise be honest and help them to help you.</p>
<p><strong>3. Question</strong></p>
<p>&#8220;<em>Nothing works</em>&#8221; is not a question. Real question is story of <strong>what you are trying to do, where you fail and showing that you deserve an answer</strong> (getting <a href="http://lmgtfy.com/?q=rarst">let me google that for you</a> links or <em>RTFM</em> in response is a sign that you don&#8217;t).</p>
<h3>How to deal with people</h3>
<p>If you deal with support or online forum either you are likely to encounter those who meet [angry] people with questions on daily basis. Few can manage that and even less enjoy it. Rest are in for paycheck or ego.</p>
<p><strong>The moment you try to push and demand you had lost your answer</strong>.</p>
<p>Always know who you are dealing with. Staying anonymous is basic technique of those who do not want to bother with you. Less of an issue online but by phone few things improve answer rate faster than politely asking whom you are speaking with (possibly with their position and department).</p>
<p>Never try to make things right. Even if you are treated like dirt it is going to be your fault for asking question. <strong>Save your nerves</strong>.</p>
<h3>How to get answer</h3>
<p>Second week into having my brain picked about connection problems in local network barely seeing Internet through consumer grade ADSL modem I decided it is time to ask properly. I found specialized forum, read stuff there for a day, posted in topic about that modem model (99 pages long, there are sure some issues with it) my precise question with as many details as I could provide.</p>
<p>Thirty minutes later my question was transferred to <em>trash</em> sub-forum by moderator who didn&#8217;t like it. Without particular reason that made sense to me. I wanted to go ballistic.</p>
<p>Instead I politely said goodbye and left that forum for good. And briefly <a href="http://twitter.com/Rarst">tweeted</a> about <em>[censored]</em> &#8211; safely out of moderator power reach.</p>
<p>Key moment – <strong>to get answer you have to find person who is willing to give you one</strong>. Never waste your time on those who are not. Keep looking until you find someone who does.</p>
<h3>Overall</h3>
<p>Do not be shy to ask, do not become frustrated about anything and sooner or later <strong>you will find someone who would be happy and qualified to help you</strong>. World is simply so big that such people statistically exist. :)</p>
<p><em><a href="http://wpwebhost.com/my-wordpress-story-it%e2%80%99s-time-to-vote/">Vote for WordPress story of Rarst.net</a></em></p>


<p><strong>Possibly related posts:</strong><ol><li><a href='http://www.rarst.net/web/tech-news/' rel='bookmark' title='Permanent Link: The way tech news should be done'>The way tech news should be done</a></li><li><a href='http://www.rarst.net/web/unreadable-blogs/' rel='bookmark' title='Permanent Link: 10 things that make tech blogs unreadable'>10 things that make tech blogs unreadable</a></li><li><a href='http://www.rarst.net/web/awesome-blogs/' rel='bookmark' title='Permanent Link: Two things that make tech blogs awesome'>Two things that make tech blogs awesome</a></li><li><a href='http://www.rarst.net/web/tech-tutorials-online/' rel='bookmark' title='Permanent Link: Three free online tech tutorials I want to try'>Three free online tech tutorials I want to try</a></li><li><a href='http://www.rarst.net/web/comic-strip/' rel='bookmark' title='Permanent Link: Comic strips as ultimate form of tech humor'>Comic strips as ultimate form of tech humor</a></li></ol></p><div class="feedflare">
<a href="http://feeds.rarst.net/~ff/rarst-posts?a=fjeYlEXfbOs:NTmKgS3OG8w:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=fjeYlEXfbOs:NTmKgS3OG8w:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=fjeYlEXfbOs:NTmKgS3OG8w:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=fjeYlEXfbOs:NTmKgS3OG8w:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=fjeYlEXfbOs:NTmKgS3OG8w:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=fjeYlEXfbOs:NTmKgS3OG8w:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=fjeYlEXfbOs:NTmKgS3OG8w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rarst-posts?d=yIl2AUoC8zA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.rarst.net/web/how-to-ask-tech-question/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Q10 – portable dark place for writing</title>
		<link>http://www.rarst.net/software/q10/</link>
		<comments>http://www.rarst.net/software/q10/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 15:00:00 +0000</pubDate>
		<dc:creator>Rarst</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[portable]]></category>
		<category><![CDATA[q10]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[write]]></category>

		<guid isPermaLink="false">http://www.rarst.net/?p=416</guid>
		<description><![CDATA[ I often start my posts with few words on how life led me to the topic for today.
Today I was tired (it&#8217;s HOT here lately) and in no particular mood to write so that led me through my research bookmarks to Q10 – text editor that urges to adopt distraction-free writing.

What it does
Q10 has [...]<p><em><a href="http://wpwebhost.com/my-wordpress-story-it%e2%80%99s-time-to-vote/">Vote for WordPress story of Rarst.net</a></em></p>
]]></description>
			<content:encoded><![CDATA[<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px; border-right-width: 0px" title="q10_icon" src="http://www.rarst.net/images/Q10portabledarkplaceforwriting_133B3/q10_icon.png" border="0" alt="q10_icon" width="48" height="48" align="right" /> I often start my posts with few words on how life led me to the topic for today.</p>
<p>Today I was tired (it&#8217;s HOT here lately) and in no particular mood to write so that led me through my research bookmarks to Q10 – <strong>text editor that urges to adopt distraction-free writing</strong>.</p>
<p><span id="more-416"></span></p>
<h3>What it does</h3>
<p>Q10 has very minimalistic interface &#8211; <strong>full dark screen</strong> (or whatever color you change it to) where you type text.</p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px; border-right-width: 0px" title="q10_interface" src="http://www.rarst.net/images/Q10portabledarkplaceforwriting_133B3/q10_interface.png" border="0" alt="q10_interface" width="540" height="150" /></p>
<p>Personally I find it <strong>quite calming but also slightly annoying</strong> because it lacks convenient controls. Only thing beside text on screen is status bar on the bottom, that can be configured to display various statistics or turned off altogether.</p>
<p>Most of controls are tied to hotkeys and list of those can be displayed by pressing <em>F1</em>.</p>
<h3>Strong features</h3>
<p>Q10 is <strong>concentrated on writing process and productivity</strong> (while many text editors get too busy with making result look cool).</p>
<p>It has a number of very fitting features:</p>
<ul>
<li>display of <strong>statistics</strong> &#8211; from characters to pages;</li>
<li>support for automatic <strong>corrections</strong>;</li>
<li>support for <strong>text expanding</strong>;</li>
<li>setting <strong>goals</strong> as amount of text to write;</li>
<li>setting <strong>alarms</strong> if your time is limited;</li>
<li>and it makes charming <strong>retro typewriter sounds</strong>.</li>
</ul>
<h3>Needs and wants</h3>
<p>I can&#8217;t say writing in English is challenge for me. However writing quickly, accurately and without misspelling similar words – often is.</p>
<p>While Q10 has version with optional spell checker, check process must be deliberately called. I find that disruptive and less convenient than real time checking in <a href="http://www.rarst.net/tag/windows-live-writer/">Windows Live Writer</a>.</p>
<h3>Overall</h3>
<p>Tiny and <a href="http://www.rarst.net/software/portable-definition/">completely portable</a> app that is quite good and what it does &#8211; setting right mood for some writing in <a href="http://www.rarst.net/software/use-plain-text/">plain text</a>. I find it charming but for blogging text would require copying it to WLW and post-processing anyway. Which makes process more complex – something I try to avoid.</p>
<p>Still I will definitely keep it around for hot and tiresome days like this. Sometimes <strong>a little darkness and calm sounds is exactly what is needed for inspiration</strong>.</p>
<p><strong>Home&amp;download</strong> <a href="http://baara.com/q10/">http://baara.com/q10/</a></p>
<p><strong>PS</strong> as proper in such cases this post was completely written in Q10 and I overdid my 300 words target by 18 percent :)</p>
<p><em><a href="http://wpwebhost.com/my-wordpress-story-it%e2%80%99s-time-to-vote/">Vote for WordPress story of Rarst.net</a></em></p>


<p><strong>Possibly related posts:</strong><ol><li><a href='http://www.rarst.net/software/opera-cd/' rel='bookmark' title='Permanent Link: Opera@CD &ndash; specialized portable distribution'>Opera@CD &ndash; specialized portable distribution</a></li><li><a href='http://www.rarst.net/software/openoffice/' rel='bookmark' title='Permanent Link: OpenOffice.org (plus portable)'>OpenOffice.org (plus portable)</a></li><li><a href='http://www.rarst.net/software/mowes/' rel='bookmark' title='Permanent Link: MoWeS – excellent portable WAMP web server stack'>MoWeS – excellent portable WAMP web server stack</a></li><li><a href='http://www.rarst.net/software/choosing-portable-antivirus-clamwin-vs-cureit/' rel='bookmark' title='Permanent Link: Choosing portable antivirus &#8211; ClamWin Vs CureIt!'>Choosing portable antivirus &#8211; ClamWin Vs CureIt!</a></li><li><a href='http://www.rarst.net/software/networx/' rel='bookmark' title='Permanent Link: NetWorx – free portable network traffic monitor'>NetWorx – free portable network traffic monitor</a></li></ol></p><div class="feedflare">
<a href="http://feeds.rarst.net/~ff/rarst-posts?a=fjrnWbPeev4:W1DYE2-h_m4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=fjrnWbPeev4:W1DYE2-h_m4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=fjrnWbPeev4:W1DYE2-h_m4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=fjrnWbPeev4:W1DYE2-h_m4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=fjrnWbPeev4:W1DYE2-h_m4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=fjrnWbPeev4:W1DYE2-h_m4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=fjrnWbPeev4:W1DYE2-h_m4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rarst-posts?d=yIl2AUoC8zA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.rarst.net/software/q10/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Desktopwallpaper.org – another wallpapers site</title>
		<link>http://www.rarst.net/web/desktopwallpaper/</link>
		<comments>http://www.rarst.net/web/desktopwallpaper/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 15:00:00 +0000</pubDate>
		<dc:creator>Rarst</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[suggestion]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.rarst.net/?p=415</guid>
		<description><![CDATA[I got email from Giles Dawe about my post on Interfacelift, suggesting that I should also check out Desktop Wallpaper site.
I must admit that Interfacelift is probably best wallpapers site that I am aware of, but the more the merrier. Let’s see what this one has to offer.

What it has
Desktop Wallpaper has wallpapers split by [...]<p><em><a href="http://wpwebhost.com/my-wordpress-story-it%e2%80%99s-time-to-vote/">Vote for WordPress story of Rarst.net</a></em></p>
]]></description>
			<content:encoded><![CDATA[<p>I got email from <a href="http://www.gilesdawe.com/">Giles Dawe</a> about my post on <a href="http://www.rarst.net/tag/interfacelift/">Interfacelift</a>, suggesting that I should also check out Desktop Wallpaper site.</p>
<p>I must admit that Interfacelift is probably best wallpapers site that I am aware of, but the more the merrier. Let’s see what this one has to offer.</p>
<p><span id="more-415"></span></p>
<h3>What it has</h3>
<p>Desktop Wallpaper has wallpapers split by <strong>numerous categories</strong>. Some of those are further split into sub-categories.</p>
<p>No indication of quantity per category (sitemap lists <strong>650+ wallpapers overall</strong>). I’d say nature and cars seem most populated and rest of categories can be anywhere from single wallpaper to few pages of those.</p>
<h3>Shortcomings</h3>
<p>In few minutes of browsing site managed to pile up mountain of gripes:</p>
<ul>
<li>wallpaper <strong>quality is all over map</strong> – from excellent ones to <em>anime fan site grade</em> (which is lowest on my scale);</li>
<li>no attribution or sources of any kind. I noticed at least one image that is simply digital camera shot (not even properly cropped);</li>
<li><strong>choice of image sizes sucks</strong> (one-two for most wallpapers I clicked) and site loads full-sized images for thumbs (slow and bad practice).</li>
</ul>
<p>For laughs – site terms <strong>prohibit linking</strong> to anything except index page and claim ownership of all content. I wonder how can one can claim and protect copyright over such wallpapers as default one from Windows XP. :) As usual no logo or <a href="http://www.rarst.net/tag/screenshot">screenshot</a>s to illustrate how well such ToS work.</p>
<h3>Overall</h3>
<p>There are some cool wallpapers there and that’s probably it. One can say it is all that’s required from wallpaper site. Personally I trust Interfacelift to <a href="http://www.rarst.net/web/interfacelift-mediarss/">supply wallpapers for my desktop automatically</a>, but I won’t trust Desktop Wallpaper to do that.</p>
<p><strong>Link</strong> <a href="http://www.desktopwallpaper.org/">http://www.desktopwallpaper.org/</a></p>
<p><em><a href="http://wpwebhost.com/my-wordpress-story-it%e2%80%99s-time-to-vote/">Vote for WordPress story of Rarst.net</a></em></p>


<p><strong>Possibly related posts:</strong><ol><li><a href='http://www.rarst.net/web/interfacelift/' rel='bookmark' title='Permanent Link: Interfacelift.com &#8211; home to awesome wallpapers'>Interfacelift.com &#8211; home to awesome wallpapers</a></li><li><a href='http://www.rarst.net/web/load-speed-tools/' rel='bookmark' title='Permanent Link: 5 tools to test site load speed'>5 tools to test site load speed</a></li><li><a href='http://www.rarst.net/web/interfacelift-mediarss/' rel='bookmark' title='Permanent Link: Empowering feed with Media RSS via Yahoo Pipes'>Empowering feed with Media RSS via Yahoo Pipes</a></li><li><a href='http://www.rarst.net/web/tech-tutorials-online/' rel='bookmark' title='Permanent Link: Three free online tech tutorials I want to try'>Three free online tech tutorials I want to try</a></li><li><a href='http://www.rarst.net/software/wwwnirsoftnet-impressive-set-of-freeware-utilities/' rel='bookmark' title='Permanent Link: www.NirSoft.net &#8211; impressive set of freeware utilities'>www.NirSoft.net &#8211; impressive set of freeware utilities</a></li></ol></p><div class="feedflare">
<a href="http://feeds.rarst.net/~ff/rarst-posts?a=_x44qmzEzPQ:YlKY1axlWJM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=_x44qmzEzPQ:YlKY1axlWJM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=_x44qmzEzPQ:YlKY1axlWJM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=_x44qmzEzPQ:YlKY1axlWJM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=_x44qmzEzPQ:YlKY1axlWJM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=_x44qmzEzPQ:YlKY1axlWJM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=_x44qmzEzPQ:YlKY1axlWJM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rarst-posts?d=yIl2AUoC8zA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.rarst.net/web/desktopwallpaper/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OpenOffice.org (plus portable)</title>
		<link>http://www.rarst.net/software/openoffice/</link>
		<comments>http://www.rarst.net/software/openoffice/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 15:00:00 +0000</pubDate>
		<dc:creator>Rarst</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://www.rarst.net/?p=414</guid>
		<description><![CDATA[ I had thought for a while what should I write in a post about OpenOffice. Frankly it is not one of my core apps.
However it is one of the very important apps overall so I will write exactly about that.

What it does
OpenOffice is extensive software suite for common business tasks. It has:

Writer word processor;
Calc [...]<p><em><a href="http://wpwebhost.com/my-wordpress-story-it%e2%80%99s-time-to-vote/">Vote for WordPress story of Rarst.net</a></em></p>
]]></description>
			<content:encoded><![CDATA[<p><img style="border-right: 0px; border-top: 0px; display: inline; margin: 0px; border-left: 0px; border-bottom: 0px" title="openoffice_icon" src="http://www.rarst.net/images/OpenOffice.orgplusportable_141C7/openoffice_icon.png" border="0" alt="openoffice_icon" width="48" height="48" align="right" /> I had thought for a while what should I write in a post about OpenOffice. Frankly it is not one of my core apps.</p>
<p>However it is <strong>one of the very important apps</strong> overall so I will write exactly about that.</p>
<p><span id="more-414"></span></p>
<h3>What it does</h3>
<p>OpenOffice is extensive software suite for common business tasks. It has:</p>
<ul>
<li><strong>Writer</strong> word processor;</li>
<li><strong>Calc</strong> spreadsheet editor;</li>
<li><strong>Impress</strong> presentation editor;</li>
<li><strong>Base</strong> database manager;</li>
<li><strong>Draw</strong> vector image editor;</li>
<li><strong>Math</strong> formula editor.</li>
</ul>
<p>It does a lot of things eerily similar to <a href="http://en.wikipedia.org/wiki/Microsoft">Microsoft</a> Office. That is how OpenOffice is most often presented – <strong>viable and free alternative</strong> to expensive Microsoft’s product.</p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px; border-right-width: 0px" title="openoffice_load" src="http://www.rarst.net/images/OpenOffice.orgplusportable_141C7/openoffice_load.jpg" border="0" alt="openoffice_load" width="540" height="317" /></p>
<h3>Why bother</h3>
<p>Much like what I said about <a href="http://www.rarst.net/software/7zip/">7-Zip</a> – this one changes your life for better even if you do not use it. OpenOffice is open source under <a href="http://en.wikipedia.org/wiki/LGPL">LGPL</a> which is quite permissive. It is backed by power of <a href="http://en.wikipedia.org/wiki/Sun_Microsystems">Sun Microsystems</a> which ensures needed leverage.</p>
<p>Powerful office suite that you can not only use but also modify and incorporate in your own products is very big deal in software world. With piracy [very] slowly pressured it is not uncommon choice in some countries to look for open source solutions instead of diving in Microsoft ecosystem. And OpenOffice is one of the first products that comes up.</p>
<h3>Portable version</h3>
<p>It took some time but <a href="http://www.rarst.net/software/portableappscom-portable-freeware-apps-set/">PortableApps</a> had released latest and greatest OpenOffice 3.1 in its portable incarnation. This is package I use at home and recommend highly. Most of calculations, statistics and diagrams posted on this blog are done in Calc.</p>
<p>Another very interesting improvement is that PortableApps now also offers <a href="http://portableapps.com/apps/utilities/java_portable">Java Runtime as portable package</a>. This makes OpenOffice Portable even more contained because parts that require JRE <a href="http://www.rarst.net/software/common-frameworks-you-may-want-installed/">framework</a> limited its usage as portable.</p>
<h3>Overall</h3>
<p>OpenOffice is <strong>one of open source flagships</strong>. It has important target market, set of powerful functions and company more than willing to support it.</p>
<p>What’s not to like? :)</p>
<p><strong>Home</strong> <a href="http://www.openoffice.org/">http://www.openoffice.org/</a></p>
<p><strong>Portable</strong> <a href="http://portableapps.com/apps/office/openoffice_portable">http://portableapps.com/apps/office/openoffice_portable</a></p>
<p><em><a href="http://wpwebhost.com/my-wordpress-story-it%e2%80%99s-time-to-vote/">Vote for WordPress story of Rarst.net</a></em></p>


<p><strong>Possibly related posts:</strong><ol><li><a href='http://www.rarst.net/software/portableappscom-portable-freeware-apps-set/' rel='bookmark' title='Permanent Link: PortableApps.com &#8211; portable freeware apps set'>PortableApps.com &#8211; portable freeware apps set</a></li><li><a href='http://www.rarst.net/software/choosing-portable-antivirus-clamwin-vs-cureit/' rel='bookmark' title='Permanent Link: Choosing portable antivirus &#8211; ClamWin Vs CureIt!'>Choosing portable antivirus &#8211; ClamWin Vs CureIt!</a></li><li><a href='http://www.rarst.net/software/q10/' rel='bookmark' title='Permanent Link: Q10 &ndash; portable dark place for writing'>Q10 &ndash; portable dark place for writing</a></li><li><a href='http://www.rarst.net/software/portable-definition/' rel='bookmark' title='Permanent Link: 12 things portable software won&#8217;t do'>12 things portable software won&#8217;t do</a></li><li><a href='http://www.rarst.net/software/nexusfont/' rel='bookmark' title='Permanent Link: NexusFont – powerful and portable font manager'>NexusFont – powerful and portable font manager</a></li></ol></p><div class="feedflare">
<a href="http://feeds.rarst.net/~ff/rarst-posts?a=EIAEKXLtwgg:xPgNkTBxcgM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=EIAEKXLtwgg:xPgNkTBxcgM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=EIAEKXLtwgg:xPgNkTBxcgM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=EIAEKXLtwgg:xPgNkTBxcgM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=EIAEKXLtwgg:xPgNkTBxcgM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=EIAEKXLtwgg:xPgNkTBxcgM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=EIAEKXLtwgg:xPgNkTBxcgM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rarst-posts?d=yIl2AUoC8zA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.rarst.net/software/openoffice/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Three free online tech tutorials I want to try</title>
		<link>http://www.rarst.net/web/tech-tutorials-online/</link>
		<comments>http://www.rarst.net/web/tech-tutorials-online/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 15:00:00 +0000</pubDate>
		<dc:creator>Rarst</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[regexp]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.rarst.net/?p=413</guid>
		<description><![CDATA[Internet is endless stream of information and ultimate way to look up something you need right now. However for in depth stuff or picking up completely new skills information often seems way too fractured. Luckily there are resources that go beyond realm of simple articles and blog posts to offer very extensive tutorials.
I want to [...]<p><em><a href="http://wpwebhost.com/my-wordpress-story-it%e2%80%99s-time-to-vote/">Vote for WordPress story of Rarst.net</a></em></p>
]]></description>
			<content:encoded><![CDATA[<p>Internet is endless <a href="http://www.rarst.net/thoughts/extravert-or-introvert/">stream of information</a> and ultimate way to look up something you need right now. However for in depth stuff or picking up completely new skills information often seems way too fractured. Luckily there are <strong>resources that go beyond realm of simple articles and blog posts to offer very extensive tutorials</strong>.</p>
<p>I want to share few that I have bookmarked (for a while already) to go through in spare time.</p>
<p><span id="more-413"></span></p>
<h3>Learn How to Use and Get The Most out of Regular Expressions</h3>
<p>Regular expressions (commonly abbreviated regex or regexp) are probably as confusing as they are widespread. In simple terms it is <strong>way to describe text patterns</strong> – from very easy to very complex. Regexp is essential part of many programming languages and common feature of <a href="http://www.rarst.net/tag/notepadpp">powerful text editor</a>s.</p>
<p>Sounds nice but it is hardly something you can master by skimming few blog posts. I am using them for few years probably (and for few months of those it was integral part of my job) but I feel like I barely scratched surface and hope to sit and properly learn from this one.</p>
<p>Tutorial covers <strong>regular expressions from very basics to advanced things</strong> such as behind the scenes logic of regexp engines.</p>
<p><strong>Link</strong> <a href="http://www.regular-expressions.info/tutorial.html">http://www.regular-expressions.info/tutorial.html</a></p>
<h3>Inkscape: Guide to a Vector Drawing Program</h3>
<p>I am completely hopeless with raster <a href="http://www.rarst.net/tag/image/">image editors</a>. Cropping picture neatly is about my limit and I got through <a href="http://www.adobe.com/products/photoshop/family/">Photoshop</a> exam only with memory, bit of color theory and too much luck.</p>
<p>On other hand I have a hunch that vector editor may suit me better but again it is not something that you can sit and do. Inkscape is <strong>one of the most known free vector image editors</strong> and one I want to try using.</p>
<p>Tutorial is actually online version of published book. I think I picked up link somewhere in official documentation or site. Guide is <strong>extremely extensive with multiply chapters, in depth instructions and a lot of visual materials</strong>.</p>
<p><strong>Link</strong> <a href="http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.php">http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.php</a></p>
<h3>jQuery for Absolute Beginners</h3>
<p>For years I was at odds with <a href="http://www.rarst.net/tag/javascript/">JavaScript</a>. A lot of sites openly despised <a href="http://www.rarst.net/tag/opera/">Opera</a>, which is my browser of choice, and quite often I met JS used and abused to the point of utterly breaking web.</p>
<p>Lately I came to understand that things has much improved and JS graduated from being used for various crap into <strong>essential part of both modern web and its future</strong>. jQuery is one of the more known JS frameworks that is often recommended as vital for easy development.</p>
<p>Tutorial is <strong>series of fifteen videos</strong>. Not my preferred format but I hadn’t seen another that extensive ones and for a change videos might be good change of pace when I am exhausted from too much reading from screen. It covers stuff <strong>from downloading jQuery itself to creating some real world grade things</strong>.</p>
<p><strong>Link</strong> <a href="http://net.tutsplus.com/articles/web-roundups/jquery-for-absolute-beginners-video-series/">http://net.tutsplus.com/articles/web-roundups/jquery-for-absolute-beginners-video-series/</a></p>
<h3>Overall</h3>
<p>So, while my generic evening is still full of semi-random <a href="http://www.rarst.net/tag/google/">googling</a>, these are things I am likely to go through when I have some free time and nice mood (latter is scarce which pleases me not lately).</p>
<p>Do you like large extensive tutorials?<strong> Are there any that you had completed or want to go through some day?</strong></p>
<p><em><a href="http://wpwebhost.com/my-wordpress-story-it%e2%80%99s-time-to-vote/">Vote for WordPress story of Rarst.net</a></em></p>


<p><strong>Possibly related posts:</strong><ol><li><a href='http://www.rarst.net/web/rsizr/' rel='bookmark' title='Permanent Link: rsizr.com – quite advanced way to resize images online'>rsizr.com – quite advanced way to resize images online</a></li><li><a href='http://www.rarst.net/web/tech-news/' rel='bookmark' title='Permanent Link: The way tech news should be done'>The way tech news should be done</a></li><li><a href='http://www.rarst.net/web/unreadable-blogs/' rel='bookmark' title='Permanent Link: 10 things that make tech blogs unreadable'>10 things that make tech blogs unreadable</a></li><li><a href='http://www.rarst.net/web/google-labs-similar-images-search/' rel='bookmark' title='Permanent Link: Seems images search online really gets better'>Seems images search online really gets better</a></li><li><a href='http://www.rarst.net/web/google-first-click-free/' rel='bookmark' title='Permanent Link: Last free click from Google'>Last free click from Google</a></li></ol></p><div class="feedflare">
<a href="http://feeds.rarst.net/~ff/rarst-posts?a=ksnivJyOtlQ:FPsh1EWwRk8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=ksnivJyOtlQ:FPsh1EWwRk8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=ksnivJyOtlQ:FPsh1EWwRk8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=ksnivJyOtlQ:FPsh1EWwRk8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=ksnivJyOtlQ:FPsh1EWwRk8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=ksnivJyOtlQ:FPsh1EWwRk8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=ksnivJyOtlQ:FPsh1EWwRk8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rarst-posts?d=yIl2AUoC8zA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.rarst.net/web/tech-tutorials-online/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Use System File Checker (SFC) without disc</title>
		<link>http://www.rarst.net/software/sfc/</link>
		<comments>http://www.rarst.net/software/sfc/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 15:00:00 +0000</pubDate>
		<dc:creator>Rarst</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[sfc]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.rarst.net/?p=412</guid>
		<description><![CDATA[SFC is highly useful utility, bundled with Windows (mostly talking about XP in this post, mechanics slightly differ on other versions) that checks system files and replaces them with original versions if needed.
However there are some logic faults that often make it endlessly ask for Windows installation disc, in some cases refusing to recognize one.

What [...]<p><em><a href="http://wpwebhost.com/my-wordpress-story-it%e2%80%99s-time-to-vote/">Vote for WordPress story of Rarst.net</a></em></p>
]]></description>
			<content:encoded><![CDATA[<p>SFC is highly useful utility, bundled with Windows (mostly talking about XP in this post, mechanics slightly differ on other versions) that <strong>checks system files and replaces them with original versions if needed</strong>.</p>
<p>However there are some logic faults that often make it <strong>endlessly ask for Windows installation disc</strong>, in some cases refusing to recognize one.</p>
<p><span id="more-412"></span></p>
<h3>What it does</h3>
<p>SFC is very easy to use, it is launched by running</p>
<pre>sfc /scannow</pre>
<p>Then it displays scan progress, makes use of <em>dllcache</em> system folder and restores files if needed.</p>
<p>Up to the point where things go wrong and it starts asking for installation disc.</p>
<h3>Nature of problem</h3>
<p>There are a lot of possible causes this but most common are:</p>
<ul>
<li>disc is long gone;</li>
<li>disc is present but not recognized by SFC;</li>
<li>disc is present but has different Service Pack version to that SFC asks for.</li>
</ul>
<p>To make SFC shut up and do its job following is usually needed:</p>
<ul>
<li><em>I386</em> folder from installation disc;</li>
<li>sometimes full service pack installation files;</li>
<li>some <a href="http://www.rarst.net/tag/registry/">registry</a> edits.</li>
</ul>
<h3>File sources paths</h3>
<p>Overall SFC must know where are original files, service pack files and does media used fits. All of this is controlled by registry keys in:</p>
<pre>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup</pre>
<ul>
<li><strong>SourcePath</strong> – path to where <em>I386</em> folder of Windows installation files is located;</li>
<li><strong>ServicePackSourcePath</strong> – same for <em>I386</em> folder of Service Packs, which may or may not be the same;</li>
<li><strong>CDInstall</strong> – was CD disc used during installation.</li>
</ul>
<p>I suggest to:</p>
<ul>
<li>copy <em>I386</em> folder to hard drive
<ul>
<li>Service Packs may need to be unpacked, if not included on CD you are using – it is best to use folder named <em>I386</em> for this as well;</li>
</ul>
</li>
<li>set paths accordingly, note that they refer to folder where <em>I386</em> resides, not <em>I386</em> itself;</li>
<li>set CDInstall to 0.</li>
</ul>
<p>Most of the time this is enough to stop nagging for correct disc.</p>
<h3>Relocating DLL cache</h3>
<p><em>dllcache</em> folder may often seem like <a href="http://www.rarst.net/tag/space/">space hog</a> so there are some tweaks for that in:</p>
<pre>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon</pre>
<ul>
<li><strong>SfcQuota</strong> – determines how much space can <em>dllcache</em> occupy, it is hex number in megabytes.</li>
<li><strong>SFCDllCacheDir</strong> – sets directory where <em>dllcache</em> resides, this key is not present by default and must be created manually.</li>
</ul>
<h3>Overall</h3>
<p>SFC is <strong>highly useful utility when something goes wrong with system files</strong> (like being <a href="http://www.rarst.net/tag/antivirus/">chewed by virus</a>) but it can be annoying when encounters problems with configuration of source file paths. Hopefully this post will be remedy enough.</p>
<p>For interested (or desperate) I also suggest reading:</p>
<ul>
<li><a href="http://support.microsoft.com/kb/222193/">KB article on topic</a>;</li>
<li><a href="http://www.updatexp.com/scannow-sfc.html">extensive guide at UpdateXP</a>;</li>
<li><a href="http://www.tomshardware.co.uk/forum/page-51560_35_0.html">this ancient and long forum thread</a>.</li>
</ul>
<p><em><a href="http://wpwebhost.com/my-wordpress-story-it%e2%80%99s-time-to-vote/">Vote for WordPress story of Rarst.net</a></em></p>


<p><strong>Possibly related posts:</strong><ol><li><a href='http://www.rarst.net/software/whyreboot/' rel='bookmark' title='Permanent Link: WhyReboot shows pending file operations'>WhyReboot shows pending file operations</a></li><li><a href='http://www.rarst.net/software/movefile/' rel='bookmark' title='Permanent Link: How to schedule file move or delete on reboot'>How to schedule file move or delete on reboot</a></li><li><a href='http://www.rarst.net/software/hfs-rss/' rel='bookmark' title='Permanent Link: Add RSS support to HTTP File Server (HFS)'>Add RSS support to HTTP File Server (HFS)</a></li><li><a href='http://www.rarst.net/software/processactivityview/' rel='bookmark' title='Permanent Link: Determine file activity of an app with ProcessActivityView'>Determine file activity of an app with ProcessActivityView</a></li><li><a href='http://www.rarst.net/software/filext-openwith/' rel='bookmark' title='Permanent Link: Two sites (and one app) to figure out file extensions'>Two sites (and one app) to figure out file extensions</a></li></ol></p><div class="feedflare">
<a href="http://feeds.rarst.net/~ff/rarst-posts?a=k2ZxHyCKUcI:rebnJRHeFWY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=k2ZxHyCKUcI:rebnJRHeFWY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=k2ZxHyCKUcI:rebnJRHeFWY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=k2ZxHyCKUcI:rebnJRHeFWY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=k2ZxHyCKUcI:rebnJRHeFWY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=k2ZxHyCKUcI:rebnJRHeFWY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=k2ZxHyCKUcI:rebnJRHeFWY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rarst-posts?d=yIl2AUoC8zA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.rarst.net/software/sfc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>USBDeview – USB viewer and manager utility</title>
		<link>http://www.rarst.net/software/usbdeview/</link>
		<comments>http://www.rarst.net/software/usbdeview/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 15:00:00 +0000</pubDate>
		<dc:creator>Rarst</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[nirsoft]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[viewer]]></category>

		<guid isPermaLink="false">http://www.rarst.net/?p=411</guid>
		<description><![CDATA[ It may seem that interaction of USB device (be it flash drive or mouse) ends at unplugging. Actually Windows remembers quite a lot about device after that.
USBDeview shows information about all USB devices that are or were connected to computer and allows some advanced tricks with those.

What it does
USBDeview has interface typical (as usual) [...]<p><em><a href="http://wpwebhost.com/my-wordpress-story-it%e2%80%99s-time-to-vote/">Vote for WordPress story of Rarst.net</a></em></p>
]]></description>
			<content:encoded><![CDATA[<p><img style="border-right: 0px; border-top: 0px; display: inline; margin: 0px; border-left: 0px; border-bottom: 0px" title="usbdeview_icon" src="http://www.rarst.net/images/USBDeviewUSBviewerandmanagerutility_11654/usbdeview_icon.png" border="0" alt="usbdeview_icon" width="48" height="48" align="right" /> It may seem that interaction of USB device (be it <a href="http://www.rarst.net/hardware/flash-drive/">flash drive</a> or mouse) ends at unplugging. Actually Windows remembers quite a lot about device after that.</p>
<p>USBDeview <strong>shows information about all USB devices</strong> that are or were connected to computer and allows some advanced tricks with those.</p>
<p><span id="more-411"></span></p>
<h3>What it does</h3>
<p>USBDeview has interface typical (as usual) for <a href="http://www.rarst.net/tag/nirsoft/" target="_blank">Nirsoft</a> apps with information in multiply columns.</p>
<p><img style="border-right: 0px; border-top: 0px; display: inline; margin: 0px; border-left: 0px; border-bottom: 0px" title="usbdeview_interface" src="http://www.rarst.net/images/USBDeviewUSBviewerandmanagerutility_11654/usbdeview_interface.png" border="0" alt="usbdeview_interface" width="540" height="255" /></p>
<p>There are some extras in this case like colored icons that show device status but most of interesting things are hidden in context and options menus.</p>
<h3>Strong features</h3>
<p>Aside from providing information app can (as long as it is running):</p>
<ul>
<li><span style="background-color: #ffffff;">unplug and uninstall devices (I still prefer <a href="http://www.rarst.net/software/usb-disk-ejector/">USB Disk Ejector</a>);</span></li>
<li><span style="background-color: #ffffff;">make <strong>autorun work on flash drives</strong>;</span></li>
<li><span style="background-color: #ffffff;">display different messages on device connection and/or disconnection;</span></li>
<li><span style="background-color: #ffffff;">run <strong>custom scripts on device connect</strong>;</span></li>
<li><span style="background-color: #ffffff;">connect to remote computers and manage their USB devices (admin rights required).</span></li>
</ul>
<h3>Speed test and online database</h3>
<p>Recent update brought quite cool function of testing speed of flash drive (<em>right click &gt; Speed Test</em>). I had posted about <a href="http://www.rarst.net/software/hdspeed/">HD_Speed</a> that does similar test.</p>
<p>USBDeview goes further and <strong>allows to submit results to </strong><a href="http://usbspeed.nirsoft.net/">online database</a> where you can already find those of my <a href="http://www.rarst.net/hardware/flash-drive/">Extreme Ducati</a> flash drive and <a href="http://www.prestigio.com/products/Leather-Collection/External-HDDs/Pocket-Drive-II">Prestigio Pocket Drive II</a> external hard drive. :)</p>
<p>Test measures by writing and reading temporary file so result is affected by factors such as <a href="http://www.rarst.net/software/jkdefrag/">fragmentation</a> and is <strong>close to real-world performance</strong> (as opposed to theoretical figures manufacturers usually provide).</p>
<p>Depending on how full and up to date it will be database might become excellent resource to check before buying any kind of USB storage.</p>
<h3>Overall</h3>
<p>App in single executable that <a href="http://www.rarst.net/software/portable-definition/">works without installation</a>, has plenty of <strong>interesting functions for those who use external storage a lot</strong> plus good potential to fill database with real information on different <a href="http://www.rarst.net/category/hardware/">hardware</a> storage performance.</p>
<p><strong>Home&amp;download</strong> <a href="http://www.nirsoft.net/utils/usb_devices_view.html">http://www.nirsoft.net/utils/usb_devices_view.html</a></p>
<p><em><a href="http://wpwebhost.com/my-wordpress-story-it%e2%80%99s-time-to-vote/">Vote for WordPress story of Rarst.net</a></em></p>


<p><strong>Possibly related posts:</strong><ol><li><a href='http://www.rarst.net/software/universal-viewer/' rel='bookmark' title='Permanent Link: Universal Viewer &ndash; fast viewer for multiply types of media'>Universal Viewer &ndash; fast viewer for multiply types of media</a></li><li><a href='http://www.rarst.net/software/myeventviewer/' rel='bookmark' title='Permanent Link: MyEventViewer – alternative utility for Windows logs'>MyEventViewer – alternative utility for Windows logs</a></li><li><a href='http://www.rarst.net/software/everything/' rel='bookmark' title='Permanent Link: Everything – fast and powerful file search utility'>Everything – fast and powerful file search utility</a></li><li><a href='http://www.rarst.net/software/sqlite-expert-personal/' rel='bookmark' title='Permanent Link: SQLite Expert Personal – light database manager tool'>SQLite Expert Personal – light database manager tool</a></li><li><a href='http://www.rarst.net/software/free-download-manager/' rel='bookmark' title='Permanent Link: Free Download Manager'>Free Download Manager</a></li></ol></p><div class="feedflare">
<a href="http://feeds.rarst.net/~ff/rarst-posts?a=LOVk5nR51zw:7g7xmbhcbp0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=LOVk5nR51zw:7g7xmbhcbp0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=LOVk5nR51zw:7g7xmbhcbp0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=LOVk5nR51zw:7g7xmbhcbp0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=LOVk5nR51zw:7g7xmbhcbp0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=LOVk5nR51zw:7g7xmbhcbp0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=LOVk5nR51zw:7g7xmbhcbp0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rarst-posts?d=yIl2AUoC8zA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.rarst.net/software/usbdeview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developer’s Tips&amp;Tricks (DTT) – code snippet manager</title>
		<link>http://www.rarst.net/software/developers-tips-tricks/</link>
		<comments>http://www.rarst.net/software/developers-tips-tricks/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 15:00:00 +0000</pubDate>
		<dc:creator>Rarst</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://www.rarst.net/?p=410</guid>
		<description><![CDATA[ Few evenings ago I was updating Appnews as usual and DTT description caught my interest. Most of the time while working with code I am torn between holding snippets right in Notepad++ in a beautiful mess or in highly organized but less suitable WikidPad.
DTT seemed like a nice middle ground – dedicated holder for [...]<p><em><a href="http://wpwebhost.com/my-wordpress-story-it%e2%80%99s-time-to-vote/">Vote for WordPress story of Rarst.net</a></em></p>
]]></description>
			<content:encoded><![CDATA[<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px; border-right-width: 0px" title="dtt_icon" src="http://www.rarst.net/images/DevelopersTipsTricksDTTcodesnippetmanage_1251B/dtt_icon.png" border="0" alt="dtt_icon" width="48" height="48" align="right" /> Few evenings ago I was updating <a href="http://appnews.net/">Appnews</a> as usual and DTT description caught my interest. Most of the time while working with code I am torn between holding snippets right in <a href="http://www.rarst.net/tag/notepadpp/">Notepad++</a> in a beautiful mess or in highly organized but less suitable <a href="http://www.rarst.net/software/wikidpad/">WikidPad</a>.</p>
<p>DTT seemed like a nice middle ground – <strong>dedicated holder for code snippets with support of multiply programming languages</strong>.</p>
<p><span id="more-410"></span></p>
<h3>What it does</h3>
<p>App adopts usual <strong>tree view plus content area</strong> formula. What is unusual – top level are folders by specific programming languages.</p>
<p><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px; border-right-width: 0px" title="dtt_interface" src="http://www.rarst.net/images/DevelopersTipsTricksDTTcodesnippetmanage_1251B/dtt_interface.png" border="0" alt="dtt_interface" width="540" height="400" /></p>
<p>It comes pre-filled with some snippets and few separate packages of those available for download on developers’ site.</p>
<p>All <strong>code is automatically highlighted</strong> and saved on disk with folder structure duplicating internal tree and fitting <a href="http://www.rarst.net/tag/extension/">file extensions</a>. Images are supported as well (as separate entries).</p>
<h3>Strong features</h3>
<ul>
<li>multiply programming languages support out of the box makes it quite universal;</li>
<li><a href="http://www.rarst.net/software/use-plain-text/">plain text</a> format and overall structure would be easy to integrate with other software;</li>
<li>it has very interesting feature of <strong>reading tips from network folder</strong>.</li>
</ul>
<h3>Limitations</h3>
<p>App is free for non-commercial use (which is already considerable limitation in context) but <strong>some features are limited to version released to those who made donations</strong>.</p>
<p>It would be perfectly fine except that limited features are:</p>
<ul>
<li><strong>export</strong> (copy/paste works but it gets worse);</li>
<li><strong>search</strong> (deal killer or close to it);</li>
<li>hotkey to <strong>restore from tray</strong> (did I mention it always minimizes to tray?).</li>
</ul>
<p>DTT also has familiar looks of an <strong>exercise in re-creating standard interface elements</strong> without good reason to. Which as usual feels familiar and like interface from another planet at the same time.</p>
<p>Oh, and silently adding itself to autorun is low, especially coming from program that <a href="http://www.rarst.net/software/portable-definition/">works without installation</a>.</p>
<h3>Overall</h3>
<p>I like the idea. I like it a lot actually – consolidating mountain of snippets and examples in few languages I currently use (<a href="http://www.rarst.net/tag/autoit/" target="_blank">AutoIt</a>, <a href="http://en.wikipedia.org/wiki/Php">PHP</a>, C/C++) would be awesome.</p>
<p>But I don’t feel this is right app – losing search would be degradation instead of improvement and interface usability is… self-destructing.</p>
<p><strong>Home</strong> <a href="http://fsl.sytes.net/dtt.html">http://fsl.sytes.net/dtt.html</a></p>
<p><strong>Download</strong> <a href="http://fsl.sytes.net/download.html#dtt">http://fsl.sytes.net/download.html#dtt</a></p>
<p><em><a href="http://wpwebhost.com/my-wordpress-story-it%e2%80%99s-time-to-vote/">Vote for WordPress story of Rarst.net</a></em></p>


<p><strong>Possibly related posts:</strong><ol><li><a href='http://www.rarst.net/software/developer-trust/' rel='bookmark' title='Permanent Link: Different software from same developer &ndash; trust or not?'>Different software from same developer &ndash; trust or not?</a></li><li><a href='http://www.rarst.net/software/phpxref/' rel='bookmark' title='Permanent Link: Make PHP code self-explaining with PHPXref'>Make PHP code self-explaining with PHPXref</a></li><li><a href='http://www.rarst.net/software/free-download-manager/' rel='bookmark' title='Permanent Link: Free Download Manager'>Free Download Manager</a></li><li><a href='http://www.rarst.net/software/nexusfont/' rel='bookmark' title='Permanent Link: NexusFont – powerful and portable font manager'>NexusFont – powerful and portable font manager</a></li><li><a href='http://www.rarst.net/software/sqlite-expert-personal/' rel='bookmark' title='Permanent Link: SQLite Expert Personal – light database manager tool'>SQLite Expert Personal – light database manager tool</a></li></ol></p><div class="feedflare">
<a href="http://feeds.rarst.net/~ff/rarst-posts?a=QA-FjD-VbEw:L18KSZlDkZY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=QA-FjD-VbEw:L18KSZlDkZY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=QA-FjD-VbEw:L18KSZlDkZY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=QA-FjD-VbEw:L18KSZlDkZY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=QA-FjD-VbEw:L18KSZlDkZY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/rarst-posts?i=QA-FjD-VbEw:L18KSZlDkZY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.rarst.net/~ff/rarst-posts?a=QA-FjD-VbEw:L18KSZlDkZY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/rarst-posts?d=yIl2AUoC8zA" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.rarst.net/software/developers-tips-tricks/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
