<?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>Knowledge Sharing &#187; Flashdisk</title>
	<atom:link href="http://blog.danigunawan.com/tag/flashdisk/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.danigunawan.com</link>
	<description>"Say it... although a word..."</description>
	<lastBuildDate>Mon, 04 Jan 2010 10:17:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Custom Flashdisk Background</title>
		<link>http://blog.danigunawan.com/tips-and-trick/custom-flashdisk-background/</link>
		<comments>http://blog.danigunawan.com/tips-and-trick/custom-flashdisk-background/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 03:49:00 +0000</pubDate>
		<dc:creator>Dagu</dc:creator>
				<category><![CDATA[Tips and Trick]]></category>
		<category><![CDATA[Flashdisk]]></category>

		<guid isPermaLink="false">http://blog.danigunawan.com/2007/11/09/customizing-flash-disk-background-image/</guid>
		<description><![CDATA[Sick of your usual flash disk background? Do you wanna show off your gal image in your flashdisk background? It could be done! Open your notepad, copy paste code below, and save it with name &#8220;desktop.ini&#8221; (without quotation mark). Don&#8217;t forget to change parameter &#8220;Save as type&#8221; to be &#8220;All Files&#8221;.

[extshellfolderviews]
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
ICONAREA_IMAGE=\pics\capoera_sunset.jpg
ICONAREA_TEXT=0x0000FF

ICONAREA_IMAGE is full path of [...]


Related posts:<ol><li><a href='http://blog.danigunawan.com/tips-and-trick/custom-flash-disk-icon/' rel='bookmark' title='Permanent Link: Custom Flashdisk Icon'>Custom Flashdisk Icon</a></li>
<li><a href='http://blog.danigunawan.com/cms/viewing-joomla-15-module-position/' rel='bookmark' title='Permanent Link: Viewing Joomla 1.5 Module Position'>Viewing Joomla 1.5 Module Position</a></li>
<li><a href='http://blog.danigunawan.com/design/easy-way-to-separate-background-from-a-photo-using-photoshop/' rel='bookmark' title='Permanent Link: Easy Way to Separate Background from a Photo Using Photoshop'>Easy Way to Separate Background from a Photo Using Photoshop</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Sick of your usual flash disk background? Do you wanna show off your gal image in your flashdisk background? It could be done! Open your notepad, copy paste code below, and save it with name &#8220;desktop.ini&#8221; (without quotation mark). Don&#8217;t forget to change parameter &#8220;Save as type&#8221; to be &#8220;All Files&#8221;.</p>
<div style="text-align: justify;">
<pre>[extshellfolderviews]
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
ICONAREA_IMAGE=\pics\capoera_sunset.jpg
ICONAREA_TEXT=0x0000FF</pre>
<p><span id="more-84"></span></p>
<p><span style="font-weight: bold;">ICONAREA_IMAGE</span> is full path of file location where you keep your image. Image type can be jpg or gif (these two files had been tried, for others feel free to try them by yourself).</p>
<p><span style="font-weight: bold;">ICONAREA_TEXT</span> is hexadecimal code for text color. Standard code used is RGB (Red Green Blue). The structure is 0xBBGGRR. Each two characters filled by two digits hexadecimal (00 &#8211; FF). For example, 0&#215;0000FF is red, 0&#215;00FF00 is green, 0xFF0000 is blue. For further information you can ask uncle <a href="http://www.google.co.id/search?q=rgb">Google</a>.</p>
<p><a href="http://www.pitt.edu/%7Enisg/cis/web/cgi/rgb.html">Click here to see RGB color table</a> or find them in <a href="http://www.google.co.id/search?q=rgb+color+table">Google</a>.</p>
<p>The important thing is ICONAREA_TEXT use BGR format. So, reverse the RGB code you get from RGB color table before you place it to ICONAREA_TEXT. For example, if the RGB color you get is Light Slate Blue (<span style="font-weight: bold;">8470FF</span>), then ICONAREA_TEXT value is <span style="font-weight: bold;">0xFF7084</span>.</p>
<div style="text-align: center;"><a href="http://bp2.blogger.com/_K6HMnqCKvoA/RzumirvfGtI/AAAAAAAAAKw/uA6zr7UTn4o/s1600-h/fd_bg.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5132879315106470610" style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp2.blogger.com/_K6HMnqCKvoA/RzumirvfGtI/AAAAAAAAAKw/uA6zr7UTn4o/s400/fd_bg.jpg" border="0" alt="" /></a><span style="font-style: italic;font-size:85%;">Background image in a flashdisk</span></div>
<p><strong>PS:</strong><br />
Tested on M$ Windows XP SP2 only.</div>


<p>Related posts:<ol><li><a href='http://blog.danigunawan.com/tips-and-trick/custom-flash-disk-icon/' rel='bookmark' title='Permanent Link: Custom Flashdisk Icon'>Custom Flashdisk Icon</a></li>
<li><a href='http://blog.danigunawan.com/cms/viewing-joomla-15-module-position/' rel='bookmark' title='Permanent Link: Viewing Joomla 1.5 Module Position'>Viewing Joomla 1.5 Module Position</a></li>
<li><a href='http://blog.danigunawan.com/design/easy-way-to-separate-background-from-a-photo-using-photoshop/' rel='bookmark' title='Permanent Link: Easy Way to Separate Background from a Photo Using Photoshop'>Easy Way to Separate Background from a Photo Using Photoshop</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.danigunawan.com/tips-and-trick/custom-flashdisk-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
