<?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>10ninox blog &#187; tweak</title>
	<atom:link href="http://blog.10ninox.com/category/tweak/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.10ninox.com</link>
	<description>where night is much more fun than a day</description>
	<lastBuildDate>Wed, 25 Jan 2012 21:20:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Thai font for webOS</title>
		<link>http://blog.10ninox.com/2011/09/thai-font-for-webos/</link>
		<comments>http://blog.10ninox.com/2011/09/thai-font-for-webos/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 13:45:11 +0000</pubDate>
		<dc:creator>sipp11</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[webOS]]></category>

		<guid isPermaLink="false">http://blog.10ninox.com/?p=920</guid>
		<description><![CDATA[Well, after HP dumped #webOS device w/o caring how many languages those devices can read. We, as a user, are supposed to be on our own then. Here is fonts you need to replace, Arial &#38; Prelude families. These are &#8230; <a href="http://blog.10ninox.com/2011/09/thai-font-for-webos/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well, after HP dumped #webOS device w/o caring how many languages those devices can read. We, as a user, are supposed to be on our own then.</p>
<p>Here is fonts you need to replace,<a href=" http://dl.dropbox.com/u/102630/webos-thai-fonts.zip"> Arial &amp; Prelude families</a>. These are sorta main fonts in webOS. Actually you can replace only Prelude for webOS 2.x or older, but likely you need both for webOS 3.</p>
<p><strong><span style="color: #008080;">What I have done?</span></strong> You definitely can copy any font w/ Thai character and rename to Prelude for all webOS 2.x or below. restart Luna once. It will work. However, I just like to have Prelude as it was. I only add Thai characters to that font. So as in this Arial.</p>
<p><strong><span style="color: #ff6600;">How can you replace these fonts?</span></strong> there are many possible ways to do so, but I guess you have to have some sort of shell, XTerm preferably, and surely you probably need to have Preware first. Then you should be able to simply copy this font over the original one.</p>
<p><code>root@Touchpad: /var/home/root# cp /media/internal/newfont/* /usr/share/fonts/</code></p>
<p>Once you copy these over, restart Luna once. All set =) If you need anything else, just give me a shout in comment =)</p>
<p>ps. well, FYI, I did put Thai character of TH SarabunNew into webOS&#8217;s Arial and Thonburi&#8217;s into Prelude.</p>
<p><strong>note</strong>: due to excessive spamming, I couldn&#8217;t approve real people comments in time. I have to delete spams in database instead. If you guys which have a problem are still around, let me know again. Sorry for inconvenience. I think I&#8217;ll move to #Disqus avoiding this issue as soon as possible.</p>
<img src="http://blog.10ninox.com/?ak_action=api_record_view&id=920&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.10ninox.com/2011/09/thai-font-for-webos/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Colorizing VIM</title>
		<link>http://blog.10ninox.com/2011/03/colorizing-vim/</link>
		<comments>http://blog.10ninox.com/2011/03/colorizing-vim/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 08:09:39 +0000</pubDate>
		<dc:creator>sipp11</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://blog.10ninox.com/?p=805</guid>
		<description><![CDATA[The more you use vim, the further you are from all other text editors. However, when you get your new box ready, vim is likely not to enable syntax color by default. You can choose to do that individually or &#8230; <a href="http://blog.10ninox.com/2011/03/colorizing-vim/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The more you use vim, the further you are from all other text editors. However, when you get your new box ready, vim is likely not to enable syntax color by default. You can choose to do that individually or for everyone. If you decide to let other manage this on their own, you can just create <code>~/.vimrc</code> or you can opt for system wide setting in <code>/etc/vim/vimrc</code>.</p>
<p>in <code>/etc/vim/vimrc</code>, you will find:-</p>
<p><code>" syntax</code></p>
<p>on which mean it&#8217;s commented out. What you have to do is uncomment it, save, and try. For <code>~/.vimrc</code>, you can just touch that file and type <code>syntax on</code> or you can just do:</p>
<p><code>$ echo 'syntax on' &gt; ~/.vimrc</code></p>
<p>That should do it.</p>
<img src="http://blog.10ninox.com/?ak_action=api_record_view&id=805&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.10ninox.com/2011/03/colorizing-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better Firefox toolbar in Linux</title>
		<link>http://blog.10ninox.com/2010/10/better-firefox-toolbar-in-linux/</link>
		<comments>http://blog.10ninox.com/2010/10/better-firefox-toolbar-in-linux/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 09:24:09 +0000</pubDate>
		<dc:creator>sipp11</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://blog.10ninox.com/?p=763</guid>
		<description><![CDATA[While it looks just right in Windows, default toolbar in Linux just looks way too bulky: gap &#38; padding for buttons are just too big. However, none can&#8217;t be customized. Here is what I configure mine. For Firefox, it will &#8230; <a href="http://blog.10ninox.com/2010/10/better-firefox-toolbar-in-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While it looks just right in Windows, default toolbar in Linux just looks way too bulky: gap &amp; padding for buttons are just too big. However, none can&#8217;t be customized. Here is what I configure mine.</p>
<p>For Firefox, it will read <code>userChrome.css</code> for custom UI. It&#8217;s located in <code>/home/&lt;user-name&gt;/.mozilla/firefox/&lt;random&gt;.default/chrome/</code> You can just create one.</p>
<pre>/* Menu Bar - Shrink and Fade Text */
#navigator-toolbox .menubar-text {
	font-size: 70% !important;
	color: #999 !important;
	}

/* URL Bar and Search Bar - Shrink and Fade Text*/
#urlbar, #searchbar{
	font-size: 85% !important;
	color: #333 !important;
	}

/* Tabs - Shrink Font and Height*/
.tabbrowser-tabs {
	font-size: 80% !important;
	height: 20px !important;
	}
.tabbrowser-strip {
	height: 22px !important;
	}

/* Bookmarks Toolbar - Shrink Font and Size*/
#PersonalToolbar {
	font-size: 90% !important;
	padding: 0px !important;
	margin: 0px !important;
	max-height: 20px !important;
	}
	/* Seperators - Remove */
	#PersonalToolbar toolbarseparator {
		display: none !important;
		}
	/* Toolbar Buttons - Reduce Margins */
	#PersonalToolbar toolbarbutton {
		margin: 0 -5px 0 -1px !important;
		}
	/* Toolbar Icons - Shrink and Reduce Margins */
	#PersonalToolbar .toolbarbutton-icon {
		max-width: 12px !important;
		max-height: 12px !important;
		margin: 0px 2px 0px 0px !important;
		}
</pre>
<p><img border="0" title="Default UI's Linux Firefox" src="http://blog.10ninox.com/wp-content/uploads/2010/10/Screenshot.png" alt="" width="278" height="33" /><br />
<br /><img border="0" title="Custom UI in Linux Firefox" src="http://blog.10ninox.com/wp-content/uploads/2010/10/custom.png" alt="" width="295" height="25" /><br />
This will reduce button size into what it should be. Surely you can adjust suiting your preference easily with a bit knowledge of CSS.</p>
<img src="http://blog.10ninox.com/?ak_action=api_record_view&id=763&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.10ninox.com/2010/10/better-firefox-toolbar-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does defragmentation really help?</title>
		<link>http://blog.10ninox.com/2009/01/does-defragmentation-really-help/</link>
		<comments>http://blog.10ninox.com/2009/01/does-defragmentation-really-help/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 11:56:38 +0000</pubDate>
		<dc:creator>sipp11</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[defrag]]></category>

		<guid isPermaLink="false">http://blog.10ninox.com/2009/01/25/does-defragmentation-really-help/</guid>
		<description><![CDATA[I was not defragmentation believer that much until using Outlook for a while and most of Outlook users would know how darned slow it is. I usually have to wait about &#62;30s to be able to open the mail otherwise &#8230; <a href="http://blog.10ninox.com/2009/01/does-defragmentation-really-help/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was not defragmentation believer that much until using Outlook for a while and most of Outlook users would know how darned slow it is. I usually have to wait about &gt;30s to be able to open the mail otherwise Outlook will freeze for 5 sec or so.</p>
<p>Now—since my machine has done disk defrag, now I could use Outlook as fast as Thunderbird <em>[might not that fast, but waiting few sec comparing to a min is fantastic.]</em> Ohh my god! it’s really helping. My outlook databases (3*IMAP) are about 800MB, 500MB and 200MB. FYI, whole defrag process is about 5 min or so for my 120GB with about 50% free of space.</p>
<p>I don’t know which one is the best, but I can say that <a href="http://www.auslogics.com/en/software">Auslogics Disk Defrag</a> is worth checking out. It’s free and fast, enough huh? If you have any advice, I would love to hear.</p>
<img src="http://blog.10ninox.com/?ak_action=api_record_view&id=439&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.10ninox.com/2009/01/does-defragmentation-really-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

