<?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"
	>

<channel>
	<title>Otak Atik [dot] Com</title>
	<atom:link href="http://www.otakatik.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.otakatik.com</link>
	<description>Empowering Computer</description>
	<pubDate>Fri, 09 May 2008 14:22:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Explore Your Storage Devices Using fsutil Command</title>
		<link>http://www.otakatik.com/explore-your-storage-devices-using-fsutil-command/</link>
		<comments>http://www.otakatik.com/explore-your-storage-devices-using-fsutil-command/#comments</comments>
		<pubDate>Fri, 09 May 2008 12:24:58 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
		
		<category><![CDATA[MS-DOS Command]]></category>

		<category><![CDATA[fsutil command]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=57</guid>
		<description><![CDATA[
Do you know that Windows XP has a great tool to explore more deeply of your storage devices; I will show you an example that shows you the power of this tool. Enjoy exploring this tool.
FSutil is a new tool on Windows XP and Windows 2003, it has so many subcommands that can help us [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.otakatik.com/wp-content/uploads/tiptricks/0051/logo.png" alt="" /><br />
Do you know that Windows XP has a great tool to explore more deeply of your storage devices; I will show you an example that shows you the power of this tool. Enjoy exploring this tool.<span id="more-57"></span></p>
<p><code>FSutil</code> is a new tool on Windows XP and Windows 2003, it has so many subcommands that can help us to explore and control the Windows XP. The subcommands are <code>behavior, Dirty, File, Fsinfo, Hardlink, ObjectID, Quota, Reparsepoint, Sparse, USN, Volume</code>. You may try one by one of the subcommands because in one subcommand there available so many options set. For example if you enter <code>fsutil fsinfo drives</code>, you’ll get the output: <code>Drives A:\ C:\ D:\ E:\ F:\</code>.</p>
<p>So if you like to explore a new thing, you will like this tool :D.</p>
<p>OK, just follow these steps to start this tool:</p>
<p>1. Open the command console first by <strong>Start</strong> -&gt; <strong>Run</strong> menu and then enter <code>cmd</code> in textbox</p>
<p><img title="Run - cmd" src="http://www.otakatik.com/wp-content/uploads/general/run-dialog-cmd.jpg" alt="Run - cmd" /></p>
<p>or you can open it by <strong>Start</strong> -&gt; <strong>All Programs</strong> -&gt; <strong>Accessories</strong> -&gt; <strong>Command Prompt</strong>.</p>
<p><img title="Command Prompt icon" src="http://www.otakatik.com/wp-content/uploads/general/call-commandprompt.jpg" alt="Command Prompt icon" /></p>
<p>2. Now you already to try the <code>fsutil </code>command, for example if you want to explore your hard drive information you may type <code>fsutil fsinfo volumeinfo c:\</code> and then press <strong>ENTER</strong>.</p>
<p><img title="fsutil example" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0051/fsutil_fsinfo_1.jpg" alt="fsutil example" /></p>
<p>3. Now, you can see the result that shows your information of your hard drive.</p>
<p><img title="fsutil result" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0051/result_fsutil_2.jpg" alt="fsutil result" /></p>
<p>That’s so easy, isn’t it?</p>
<p>4. Try to explore other subcommands.</p>
<p><em>Note:</em></p>
<p>If you want to explore the subcommands list just type <code>fsutil </code>at prompt and if you want to explore option list from a subcommand type <code>fsutil </code> for example: <code>fsutil fsinfo</code>.</p>
<p><em>(article no:0051)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/explore-your-storage-devices-using-fsutil-command/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fix Device Manager</title>
		<link>http://www.otakatik.com/fix-device-manager/</link>
		<comments>http://www.otakatik.com/fix-device-manager/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 12:35:42 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
		
		<category><![CDATA[Windows XP]]></category>

		<category><![CDATA[device manager]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/fix-device-manager/</guid>
		<description><![CDATA[Device Manager is a tool to browse entire of installed hardware in a computer. But, I got strange when I want to open Device Manager yesterday. I got an error message when I click Device Manager.
By default, you can open Device Manager by right click My Computer, click Properties menu, click Hardware tab and then [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://otakatik.com/wp-content/uploads/tiptrick101/0125/logo_dm.jpg" alt="" align="left" />Device Manager is a tool to browse entire of installed hardware in a computer. But, I got strange when I want to open Device Manager yesterday. I got an error message when I click Device Manager.</p>
<p>By default, you can open Device Manager by right click <strong>My Computer</strong>, click <strong>Properties </strong>menu, click <strong>Hardware </strong>tab and then click <strong>Device Manager</strong> button. Or another way is through double click <strong>System </strong>icon inside <strong>Control Panel</strong>. But unfortunately, you can’t open it sometimes; usually it caused an error on registry. And if you get a same ‘accident’ with me, you can to try this trick.<span id="more-61"></span></p>
<p>1. Open Run dialog by click <strong>Start </strong>-&gt; <strong>Run</strong> menu and enter <code>regsvr32 devmgr.dll</code> in box then press Enter.</p>
<p><img title="open run menu" src="http://otakatik.com/wp-content/uploads/tiptrick101/0125/run_1.jpg" alt="enter run menu" /></p>
<p>2. You’ll get a message box that says the registration file library is success; it means your registry structure has been repaired.</p>
<p><img title="Message box" src="http://otakatik.com/wp-content/uploads/tiptrick101/0125/message_2.jpg" alt="Message box" /></p>
<p>Now, try to open Device Manager.</p>
<p><em>(article no:00125)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/fix-device-manager/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Configuring Mouse Wheel</title>
		<link>http://www.otakatik.com/configuring-mouse-wheel/</link>
		<comments>http://www.otakatik.com/configuring-mouse-wheel/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 12:16:28 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
		
		<category><![CDATA[Windows XP]]></category>

		<category><![CDATA[mouse]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=54</guid>
		<description><![CDATA[In the past, mouse just has two or three buttons. In this moment, it has added with scroll/wheel in its middle of mouse. It has function to scroll your current view document. And it makes our lives be easier because you don’t need to click up arrow or down arrow on scroll bar anymore. Just [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0123/logo.jpg" alt="" align="left" />In the past, mouse just has two or three buttons. In this moment, it has added with scroll/wheel in its middle of mouse. It has function to scroll your current view document. And it makes our lives be easier because you don’t need to click up arrow or down arrow on scroll bar anymore. Just scroll it, your document will scroll. This article will discuss how to configure it, because Windows will scroll it for three lines by default.<span id="more-54"></span></p>
<p>This is a very easy tutorial, just read this short article.</p>
<p>1. Click <strong>Start</strong> -&gt; <strong>Control Panel</strong> menu.</p>
<p><img title="Start - Control Panel" src="http://www.otakatik.com/wp-content/uploads/general/start-cpanel.jpg" alt="Start Control Panel" /></p>
<p>2.	Double click <strong>Mouse</strong> icon inside Control Panel window.</p>
<p><img title="Mouse icon" src="http://www.otakatik.com/wp-content/uploads/general/cp-mouse.jpg" alt="Mouse icon" /></p>
<p>3. Click <strong>Wheel</strong> tab, there are just have two options. On <strong>The following number of lines at a time</strong> option, just enter the number of lines for a scroll. For example, if you enter 2 for its value, it’ll scrolled 2 lines for a scroll. And if you choose <strong>One screen at a time</strong> option, it will scroll for a screen directly for every scroll.</p>
<p><img title="Wheel tab" src="http://www.otakatik.com/wp-content/uploads/tiptrick101/0123/wheel_tab_1.jpg" alt="Wheel tab" /></p>
<p>That’s it, just configure it until you feel comfort.</p>
<p><em>(article no:0123)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/configuring-mouse-wheel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Removing Windows Service on Windows XP</title>
		<link>http://www.otakatik.com/removing-windows-service-on-windows-xp/</link>
		<comments>http://www.otakatik.com/removing-windows-service-on-windows-xp/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 13:59:19 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
		
		<category><![CDATA[Windows XP]]></category>

		<category><![CDATA[MS-DOS Command]]></category>

		<category><![CDATA[Windows Service]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=73</guid>
		<description><![CDATA[
I had ever confused when I got problem with MySQL installation and I want to remove the MySQL service from Windows Services but I can found the erase or remove menu on Windows Services console. And finally I found the way to remove its service, I’ll share it.
Windows XP has a MSDOS tool to remove [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.otakatik.com/wp-content/uploads/tiptricks/0052/logo.png" alt="" /><br />
I had ever confused when I got problem with MySQL installation and I want to remove the MySQL service from Windows Services but I can found the erase or remove menu on Windows Services console. And finally I found the way to remove its service, I’ll share it.<span id="more-73"></span></p>
<p>Windows XP has a MSDOS tool to remove it, it calls <code>sc</code>. If you want to look all the option just type <code>sc</code> at command prompt console, you will see the result like this:</p>
<pre name="code" class"ruby">DESCRIPTION:
SC is a command line program used for communicating with the
NT Service Controller and services.
USAGE:
sc (my_server) [command] [service name] (option1) (option2)&#8230;

The option (server) has the form &#8220;\\ServerName&#8221;
Further help on commands can be obtained by typing: &#8220;sc [command]&#8221;
Commands:
query&#8212;&#8212;&#8212;&#8211;Queries the status for a service, or
enumerates the status for types of services.
queryex&#8212;&#8212;&#8212;Queries the extended status for a service, or
enumerates the status for types of services.
start&#8212;&#8212;&#8212;&#8211;Starts a service.
pause&#8212;&#8212;&#8212;&#8211;Sends a PAUSE control request to a service.
interrogate&#8212;&#8211;Sends an INTERROGATE control request to a service.
continue&#8212;&#8212;&#8211;Sends a CONTINUE control request to a service.
stop&#8212;&#8212;&#8212;&#8212;Sends a STOP request to a service.
config&#8212;&#8212;&#8212;-Changes the configuration of a service (persistant).
description&#8212;&#8211;Changes the description of a service.
failure&#8212;&#8212;&#8212;Changes the actions taken by a service upon failure.
qc&#8212;&#8212;&#8212;&#8212;&#8211;Queries the configuration information for a service.
qdescription&#8212;-Queries the description for a service.
qfailure&#8212;&#8212;&#8211;Queries the actions taken by a service upon failure.
delete&#8212;&#8212;&#8212;-Deletes a service (from the registry).
create&#8212;&#8212;&#8212;-Creates a service. (adds it to the registry).
control&#8212;&#8212;&#8212;Sends a control to a service.
sdshow&#8212;&#8212;&#8212;-Displays a service&#8217;s security descriptor.
sdset&#8212;&#8212;&#8212;&#8211;Sets a service&#8217;s security descriptor.
GetDisplayName&#8211;Gets the DisplayName for a service.
GetKeyName&#8212;&#8212;Gets the ServiceKeyName for a service.
EnumDepend&#8212;&#8212;Enumerates Service Dependencies.

The following commands don&#8217;t require a service name:
sc (server) (command) (option)
boot&#8212;&#8212;&#8212;&#8212;(ok | bad) Indicates whether the last boot should
be saved as the last-known-good boot configuration
Lock&#8212;&#8212;&#8212;&#8212;Locks the Service Database
QueryLock&#8212;&#8212;-Queries the LockStatus for the SCManager Database
EXAMPLE:
sc start MyService

Would you like to see help for the QUERY and QUERYEX commands? [ y | n ]: y
QUERY and QUERYEX OPTIONS :
If the query command is followed by a service name, the status
for that service is returned.  Further options do not apply in
this case.  If the query command is followed by nothing or one of
the options listed below, the services are enumerated.
type=    Type of services to enumerate (driver, service, all)
(default = service)
state=   State of services to enumerate (inactive, all)
(default = active)
bufsize= The size (in bytes) of the enumeration buffer
(default = 4096)
ri=      The resume index number at which to begin the enumeration
(default = 0)
group=   Service group to enumerate
(default = all groups)
SYNTAX EXAMPLES
sc query                - Enumerates status for active services &amp; drivers
sc query messenger      - Displays status for the messenger service
sc queryex messenger    - Displays extended status for the messenger service
sc query type= driver   - Enumerates only active drivers
sc query type= service  - Enumerates only Win32 services
sc query state= all     - Enumerates all services &amp; drivers
sc query bufsize= 50    - Enumerates with a 50 byte buffer.
sc query ri= 14         - Enumerates with resume index = 14
sc queryex group= &#8220;&#8221;    - Enumerates active services not in a group
sc query type= service type= interact - Enumerates all interactive services
sc query type= driver group= NDIS     - Enumerates all NDIS drivers</pre>
<p><img title="sc command options" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0052/option_list_sc_2.jpg" alt="sc command options" /></p>
<p>As you see in its options, you can start, stop and query Windows Services.</p>
<p>1. To query all Windows Services at your console window, just enter <code>sc query</code> at prompt or if you want show one service, type <code>sc query mysql</code> then press <strong>Enter</strong> key.</p>
<p>2. To stop a service, type <code>sc stop service_name</code>, for example <code>sc stop mysql</code>.</p>
<p>3. To start a service, type <code>sc start service_name</code>, for example, <code>sc start mysql</code>.</p>
<p>4. And to delete a service, type <code>sc delete service_name</code>, for example, <code>sc delete mysql</code>.</p>
<p><img title="sc command to delete a service" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0052/sc_delete_3.jpg" alt="sc command to delete a service" /></p>
<p>Actually, there are still many options available in <code>sc</code> command. You can try it one by one. But be careful, because you are play with Windows Services.</p>
<p>Don’t forget you can also query all Windows Services in GUI mode.</p>
<p><img title="GUI mode" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0052/mysql_service_list_1.jpg" alt="GUI mode" /></p>
<p><em>(article no:0052)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/removing-windows-service-on-windows-xp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Build An Online Store</title>
		<link>http://www.otakatik.com/build-an-online-store/</link>
		<comments>http://www.otakatik.com/build-an-online-store/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 12:02:36 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
		
		<category><![CDATA[Internet World]]></category>

		<category><![CDATA[Ecommerce]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=51</guid>
		<description><![CDATA[
Internet is a great way to communication to all peoples on earth this day. With internet you can exchange tons information between internet users, including sell goods. Now, you don’t need to open a store manually that will cost you so much. Just, sell your goods on internet. You can to get some benefits such [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ashopcommerce.com/g/11903/signup-free-trial.html"><img src="https://members.smorty.com/members/advertiser/14/2007924145846.jpg" border="0" alt="" /></a><br />
Internet is a great way to communication to all peoples on earth this day. With internet you can exchange tons information between internet users, including sell goods. Now, you don’t need to open a store manually that will cost you so much. Just, sell your goods on internet. You can to get some benefits such as, you don’t own a store building, just virtual it; you sell your stuffs for 24 hours a day, you can save to hire some employee and others benefit that I can’t write here.<span id="more-51"></span></p>
<p>Beside your stuffs, to sell them on internet you’ll need a <a href="http://www.ashopcommerce.com/" target="_blank">Shopping chart software</a>, without it you can’t organize your store easily. Sure, you need a Shopping chart software which support to organize them, including customers <a href="http://www.ashopcommerce.com/" target="_blank">shopping chart</a>. You must make your customers like with your products, website design and don’t forget to make it easier as you can because your customers can leave your website easily if you don’t make it.</p>
<p>So, you need to choose a good Shopping chart software or <a href="http://www.ashopcommerce.com/" target="_blank">ecommerce software</a>. I want to suggest good ecommerce software with affordable price and you can <a href="http://www.ashopcommerce.com/g/11903/signup-free-trial.html">click here for a free trial</a>.</p>
<p>It calls Ashop Commerce; many American merchants have joined with it. It brings so many features, such as web based so there is no installation required, your merchant can accept credit card payment, fully customizable design and others interest feature.</p>
<p>Maybe you a good programmer in web programming but you can save much time with use it. So, you don’t necessary to delay to open your store, you can open it soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/build-an-online-store/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Install Firefox Add-ons?</title>
		<link>http://www.otakatik.com/how-to-install-firefox-add-ons/</link>
		<comments>http://www.otakatik.com/how-to-install-firefox-add-ons/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 12:53:01 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
		
		<category><![CDATA[Internet Browser]]></category>

		<category><![CDATA[firefox plugins]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=66</guid>
		<description><![CDATA[Firefox is my favorite internet browser because I could install many add-ons with it. There are so many add-ons available out there. And to install them are very easy. If you’re a beginner Firefox user, here is the tutorial to install Firefox add-ons.
1. Open Firefox first, then click Tools –&#62; Add-ons menu

2. Click Get Extensions [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.otakatik.com/wp-content/uploads/general/firefox_icon.jpg" alt="" align="left" />Firefox is my favorite internet browser because I could install many add-ons with it. There are so many add-ons available out there. And to install them are very easy. If you’re a beginner Firefox user, here is the tutorial to install Firefox add-ons.<span id="more-66"></span></p>
<p>1. Open Firefox first, then click <strong>Tools –&gt; Add-ons</strong> menu</p>
<p><img title="Tools - Add-ons menu" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0023/logo.jpg" alt="Tools - Add-ons menu" /></p>
<p>2. Click <strong>Get Extensions</strong> link in Add-ons dialog.</p>
<p><img title="Get Extensions" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0023/picture-1.jpg" alt="Get Extensions" /></p>
<p>3. Then  you’ll bring to <strong>addons.mozilla.org</strong> page, and that page you can choose your favorite add-ons, to make it easy you can choose on left side bar, all extensions have categorize there.</p>
<p><img title="Select by category" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0023/picture-2.jpg" alt="Select by category" /></p>
<p>4. After you find the add-ons, click its link and you’ll bring to add-ons detail then to install it click <strong>Install Now</strong> button.</p>
<p><img title="Install Now" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0023/picture-3.jpg" alt="Install Now" /></p>
<p>5. And <strong>Software Installation</strong> window will open automatically, you just need to click <strong>Install Now</strong> button.</p>
<p><img title="Install Now" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0023/picture-4.jpg" alt="Install Now" /></p>
<p>6. Then progress bar will shown.</p>
<p><img title="Installation progress" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0023/picture-5.jpg" alt="Installation progress" /></p>
<p>7. After the installation progress is complete, you’ll be notice and ask to restart Firefox by click <strong>Restart Firefox</strong> button.</p>
<p><img title="Restart Firefox" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0023/picture-6.jpg" alt="Restart Firefox" /></p>
<p>8. After Firefox is restarted, click <strong>Tools –&gt; Add-ons</strong> menu and you can find your add-on has installed in there.</p>
<p><img title="Installed extension" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0023/picture-7.jpg" alt="installed extension" /></p>
<p><em>(article no:0023)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/how-to-install-firefox-add-ons/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Optimize Excel Sheet Security</title>
		<link>http://www.otakatik.com/optimize-excel-sheet-security/</link>
		<comments>http://www.otakatik.com/optimize-excel-sheet-security/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 13:23:48 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
		
		<category><![CDATA[Office Apps]]></category>

		<category><![CDATA[Excel trick]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=70</guid>
		<description><![CDATA[
I often mad with my Microsoft Excel cells which contain formula has replaced or copied with office partner whereas I had make it for two days. And I found a way for overcame that problem accidentally. Just use the Hidden and Locked cell features on Excel.
OK, follow these steps:
1. Open Microsoft Excel, you can open [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.otakatik.com/wp-content/uploads/tiptricks/0042/logo.jpg" alt="" /><br />
I often mad with my Microsoft Excel cells which contain formula has replaced or copied with office partner whereas I had make it for two days. And I found a way for overcame that problem accidentally. Just use the Hidden and Locked cell features on Excel.<span id="more-70"></span></p>
<p>OK, follow these steps:</p>
<p>1. Open Microsoft Excel, you can open it with execute it by Start - All Program - Microsoft Excel.</p>
<p><img title="Excel icon" src="http://www.otakatik.com/wp-content/uploads/general/excel.jpg" alt="Excel icon" /></p>
<p>or you also open it with <strong>Start</strong> -&gt; <strong>Run</strong> menu.</p>
<p><img title="Start - Run menu" src="http://www.otakatik.com/wp-content/uploads/general/start-run.jpg" alt="Start - Run" /></p>
<p>then enter <code>excel</code> in box and then press <strong>ENTER</strong> key.</p>
<p><img title="Enter excel" src="http://www.otakatik.com/wp-content/uploads/general/run_excel.jpg" alt="Enter excel" /></p>
<p>2. You can try it looks like in my example, so let me explain upon my example, <code>B2:B8</code> cells are description cell and <code>C2:C8</code> cells are fill area cell and last <code>C12:C13</code> are my formula cells.</p>
<p><img title="Example" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0042/picture-1.jpg" alt="Example" /></p>
<p>3. So, I want make <code>C2:C8</code> cells can be write and formula in <code>C12:C13</code> cells will hidden; so, other users can’t see or copy my formula.</p>
<p>4. First, block <code>C2:C8</code> cells and right click on it and then choose <strong>Format Cells…</strong> menu.</p>
<p><img title="Format Cells" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0042/picture-2.jpg" alt="Format Cells..." /></p>
<p>5. Choose <strong>Protection</strong> tab then set to <strong>Locked</strong> is unchecked and then click <strong>OK</strong> button. For notify only that Microsoft Excel set entire of cells to <strong>Locked</strong> value.</p>
<p><img title="Protection tab" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0042/picture-3.jpg" alt="Protection tab" /></p>
<p>4. Next step is blocking <code>C12:C13</code> cells, right click on it and then choose <strong>Format Cells…</strong> menu.</p>
<p><img title="Format Cells..." src="http://www.otakatik.com/wp-content/uploads/tiptricks/0042/picture-4.jpg" alt="Format Cells..." /></p>
<p>5. In <strong>Protection</strong> tab please check <strong>Hidden</strong> value and then click <strong>OK</strong> button, this option will make your formula value is being invisible to other users.</p>
<p><img title="Protection tab" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0042/picture-5.jpg" alt="Protection tab" /></p>
<p>6. And if you sure that your cells has set so click <strong>Tools</strong> -&gt; <strong>Protection</strong> -&gt; <strong>Protect Sheet</strong> menu.</p>
<p><img title="Protect Sheet..." src="http://www.otakatik.com/wp-content/uploads/tiptricks/0042/picture-6.jpg" alt="Protect Sheet..." /></p>
<p>7. You may to check all options value at there and then fill your password in Password to unprotect sheet.</p>
<p><img title="Password" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0042/picture-7.jpg" alt="Password" /></p>
<p>8. Enter your password once again on <strong>Confirm Password</strong> window.</p>
<p><img title="Re-enter Password..." src="http://www.otakatik.com/wp-content/uploads/tiptricks/0042/picture-8.jpg" alt="Re-enter password" /></p>
<p>9. Now, try to replace at Locked cell so you will get a message which say that you unable to change the cell value.</p>
<p><img title="Unable replaced" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0042/picture-9.jpg" alt="Unable replaced" /></p>
<p>10. You also can try to fill cells where located in Unprotected cells and you get that you can enter everything in there.</p>
<p><img title="Unprotected cells" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0042/picture-10.jpg" alt="Un-protect cells" /></p>
<p>11. If you pointing your cursor at <strong>Hidden</strong> cell you can’t see any formula in there.</p>
<p><img title="Hidden Cells" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0042/picture-11.jpg" alt="Hidden cells" /></p>
<p>12. To unlock the protection sheet, just click <strong>Tools</strong> -&gt; <strong>Protection</strong> -&gt; <strong>Unprotect Sheet</strong> menu and then enter the right password.</p>
<p><em>(article no:0042)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/optimize-excel-sheet-security/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Find Synonym Word From A Word</title>
		<link>http://www.otakatik.com/find-synonym-word-from-a-word/</link>
		<comments>http://www.otakatik.com/find-synonym-word-from-a-word/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 12:33:16 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[google tips]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=60</guid>
		<description><![CDATA[
If you’re googling and want to find all related thing with word Car, that’s a simple job. Because Google has a great tool for you.
OK, follow these steps:
1. Type character ~ in front of you word that want you look, for example: type ~macintosh to find all related with macintosh word.

2. And all word that [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.otakatik.com/wp-content/uploads/tiptricks/0037/logo.jpg" alt="" /></p>
<p>If you’re googling and want to find all related thing with word <strong>Car</strong>, that’s a simple job. Because <a href="http://www.google.com" target="_blank">Google</a> has a great tool for you.<span id="more-60"></span></p>
<p>OK, follow these steps:</p>
<p>1. Type character <code>~</code> in front of you word that want you look, for example: type <code>~macintosh</code> to find all related with macintosh word.</p>
<p><img title="Type in search box" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0037/picture-1.jpg" alt="Type in search box" /></p>
<p>2. And all word that related to Macintosh will show for you….</p>
<p><img title="Result" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0037/picture-2.jpg" alt="Result" /></p>
<p><em>(article no:0037)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/find-synonym-word-from-a-word/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Change Shortcut Icon</title>
		<link>http://www.otakatik.com/how-to-change-shortcut-icon/</link>
		<comments>http://www.otakatik.com/how-to-change-shortcut-icon/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 12:50:26 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
		
		<category><![CDATA[Windows XP]]></category>

		<category><![CDATA[shortcut]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=65</guid>
		<description><![CDATA[
That’s a simple question, but I think this article may be good for a beginner.
This is the way:
1. OK, in this case I want take a case to change icon form Skype shortcut.

2. First, right click its icon, and then click Properties menu.

3. Click Shortcut tab in its property page and then click Change Icon [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.otakatik.com/wp-content/uploads/tiptricks/0041/logo.jpg" alt="" /><br />
That’s a simple question, but I think this article may be good for a beginner.<span id="more-65"></span><br />
This is the way:</p>
<p>1. OK, in this case I want take a case to change icon form Skype shortcut.</p>
<p><img title="Skype icon" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0041/picture-1.jpg" alt="Skype icon" /></p>
<p>2. First, right click its icon, and then click <strong>Properties</strong> menu.</p>
<p><img title="Click Properties menu" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0041/picture-2.jpg" alt="Click Properties menu" /></p>
<p>3. Click <strong>Shortcut</strong> tab in its property page and then click <strong>Change Icon</strong> button.</p>
<p><img title="Change Icon" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0041/picture-3.jpg" alt="Change Icon" /></p>
<p>4. Choose the listed icons, or you can browse to your own icon, click <strong>OK</strong> if you’ve chose icon.</p>
<p><img title="Choose an icon" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0041/picture-4.jpg" alt="Choose and icon" /></p>
<p>5. Now, you icon has changed and click <strong>OK</strong> button to close property page.</p>
<p><img title="Property page" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0041/picture-5.jpg" alt="Property page" /></p>
<p>6. Look your result.</p>
<p><img title="Result" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0041/picture-6.jpg" alt="Result" /></p>
<p>7. At step 4, I said you can browse your own icon, to do it, click <strong>Browse</strong> button in Change Icon dialog and then pointing into your icon collection folder.</p>
<p><img title="Browse for icon" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0041/picture-7.jpg" alt="Browse for icon" /></p>
<p>8. Then you’ll bring back to Change Icon page, click <strong>OK</strong> button.</p>
<p><img title="Change icon dialog" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0041/picture-8.jpg" alt="Change icon dialog" /></p>
<p>9. Click <strong>OK</strong> to close Property page.</p>
<p><img title="Properties page" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0041/picture-9.jpg" alt="Property page" /></p>
<p>10. Now, your icon on desktop has changed.</p>
<p><img title="Result" src="http://www.otakatik.com/wp-content/uploads/tiptricks/0041/picture-10.jpg" alt="Result" /></p>
<p><em>(article no:0041)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/how-to-change-shortcut-icon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Find A Best Web Hosting Service</title>
		<link>http://www.otakatik.com/find-a-best-web-hosting-service/</link>
		<comments>http://www.otakatik.com/find-a-best-web-hosting-service/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 12:27:34 +0000</pubDate>
		<dc:creator>Edi Kwie</dc:creator>
		
		<category><![CDATA[Internet World]]></category>

		<guid isPermaLink="false">http://www.otakatik.com/?p=58</guid>
		<description><![CDATA[Web Hosting is an important part is you want to be a blogger. Without it, you can’t save you files anywhere. Find a high quality web hosting service is important point that you must focus on.
So, if you’re looking for a good web hosting service, I want to give you some tips and guides to [...]]]></description>
			<content:encoded><![CDATA[<p>Web Hosting is an important part is you want to be a blogger. Without it, you can’t save you files anywhere. Find a high quality web hosting service is important point that you must focus on.</p>
<p>So, if you’re looking for a good web hosting service, I want to give you some tips and guides to find <a href="http://www.kaushalsheth.com/best-web-hosting-company/" target="_blank">best web hosting</a>. Here are some points which must get your attention when looks a web hosting service:<span id="more-58"></span></p>
<p>1.	Get a reasonable price; usually they are set price from US$3.99 – US$9.99 for initial package.<br />
2.	Find some reviews about your favorite web hosting service.<br />
3.	Read the uptime rate.<br />
4.	Look their customer support contact available. If they are providing phone number, usually it indicates they have a good customer service. Don’t choose a web hosting which provides email address only.<br />
5.	Is you get free domain for at least one year subscription? You deserve to get it.<br />
6.	Read on many forums to get their experience using web hosting service. In forum peoples are talking honestly.</p>
<p>You may look on <a href="http://www.kaushalsheth.com/best-web-hosting-company/" target="_blank">kaushal sheth website</a> to look a good web hosting service list. They are providing some web hosting which have price for US$4.95 – US$5.95 on average. I think it can be a good start point to create your own blog website. Because he collected some web hosting services based on his observation. So, it can save your time to looking a web hosting service.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.otakatik.com/find-a-best-web-hosting-service/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
