<?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>Onn Raves &#187; work</title>
	<atom:link href="http://www.onnraves.com/category/work/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onnraves.com</link>
	<description>an Oracle consultant raves about P2ES, Python, Wordpress, photography and other things that he does on his Dell in Asia</description>
	<lastBuildDate>Tue, 03 Jan 2012 08:28:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>No account information could be found in the Task Scheduler security database for the task indicated&#8211;FIXED</title>
		<link>http://www.onnraves.com/2012/01/03/no-account-information-could-be-found-in-the-task-scheduler-security-database-for-the-task-indicatedfixed/</link>
		<comments>http://www.onnraves.com/2012/01/03/no-account-information-could-be-found-in-the-task-scheduler-security-database-for-the-task-indicatedfixed/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 08:19:52 +0000</pubDate>
		<dc:creator>kam onn</dc:creator>
				<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.onnraves.com/?p=512</guid>
		<description><![CDATA[My scheduled tasks stop running. I found this in the log: “0x8004130f: No account information could be found in the Task Scheduler security database for the task indicated.” Found http://support.microsoft.com/kb/328773 but this required a hotfix. Fixed by setting the password again for each of the scheduled tasks.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.onnraves.com/wp-content/uploads/2012/01/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" align="left" src="http://www.onnraves.com/wp-content/uploads/2012/01/image_thumb.png" width="244" height="167" /></a>My scheduled tasks stop running.</p>
<p>I found this in the log:</p>
<blockquote><p><em>“0x8004130f: No account information could be found in the Task Scheduler security database for the task indicated.”</em></p>
</blockquote>
<p>Found <a title="http://support.microsoft.com/kb/328773" href="http://support.microsoft.com/kb/328773">http://support.microsoft.com/kb/328773</a> but this required a hotfix.</p>
<p>Fixed by setting the password again for each of the scheduled tasks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onnraves.com/2012/01/03/no-account-information-could-be-found-in-the-task-scheduler-security-database-for-the-task-indicatedfixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>retrieving sql server procedure output variables in python</title>
		<link>http://www.onnraves.com/2011/01/04/retrieving-sql-server-procedure-output-variables-in-python/</link>
		<comments>http://www.onnraves.com/2011/01/04/retrieving-sql-server-procedure-output-variables-in-python/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 09:27:27 +0000</pubDate>
		<dc:creator>kam onn</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.onnraves.com/2011/01/04/retrieving-sql-server-procedure-output-variables-in-python/</guid>
		<description><![CDATA[Say, I have a stored procedure like this: create procedure delete_po @po_number varchar(100) = null output, @delete_message varchar(200) = &#8216;deleting..&#8217; output as…. To retrieve the the two output parameters, after the connecting with adodbapi, get the cursor and run this: po_number = ‘ PO1487’ delete_message = ‘ ‘ * 200 result = cursor.callproc(‘delete_po’, (po_number, delete_message)) &#8230; <a href="http://www.onnraves.com/2011/01/04/retrieving-sql-server-procedure-output-variables-in-python/" class="more-link" >read on <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Say, I have a stored procedure like this:</p>
<blockquote><p>create procedure delete_po @po_number varchar(100) = null output, @delete_message varchar(200) = &#8216;deleting..&#8217; output as….</p>
</blockquote>
<p>To retrieve the the two output parameters, after the connecting with adodbapi, get the cursor and run this:</p>
<blockquote><p>po_number = ‘ PO1487’</p>
<p>delete_message = ‘ ‘ * 200</p>
<p>result = cursor.callproc(‘delete_po’, (po_number, delete_message))</p>
</blockquote>
<p>The output variables will be in <strong>result</strong>.</p>
<p>If I added <strong>print result</strong> to the previous code, I get this output:</p>
<blockquote><p>[u'PO1487', u'cannot delete PO1487 because there are receiving transactions']</p>
</blockquote>
<p>Note that the initial values of the variables (po_number, delete_message) must be initialized with sufficient length to contain the output values. Thus my <strong>delete_message = ‘ ‘ * 200</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onnraves.com/2011/01/04/retrieving-sql-server-procedure-output-variables-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot install Oracle Business Intelligence Publisher because Microsoft Word is running</title>
		<link>http://www.onnraves.com/2010/08/17/cannot-install-oracle-business-intelligence-publisher-because-microsoft-word-is-running/</link>
		<comments>http://www.onnraves.com/2010/08/17/cannot-install-oracle-business-intelligence-publisher-because-microsoft-word-is-running/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 02:51:06 +0000</pubDate>
		<dc:creator>kam onn</dc:creator>
				<category><![CDATA[oracle]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.onnraves.com/2010/08/17/cannot-install-oracle-business-intelligence-publisher-because-microsoft-word-is-running/</guid>
		<description><![CDATA[One of the suggestions in this forum suggests uninstalling Office Live Add-In. If you do not want to do something that drastic, you can just stop the Windows Live Sign-in Assistant service before you install Business Intelligence Publisher.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.onnraves.com/wp-content/uploads/2010/08/image3.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://www.onnraves.com/wp-content/uploads/2010/08/image_thumb3.png" width="244" height="169" /></a> One of the suggestions in this <a href="http://social.answers.microsoft.com/Forums/en-US/vistarepair/thread/d7f0b5c6-750d-4194-bcf2-111782aac5be">forum</a> suggests uninstalling Office Live Add-In.</p>
<p>If you do not want to do something that drastic, you can just stop the Windows Live Sign-in Assistant service before you install Business Intelligence Publisher.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onnraves.com/2010/08/17/cannot-install-oracle-business-intelligence-publisher-because-microsoft-word-is-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 search &#8211; indexing py, sql, php files</title>
		<link>http://www.onnraves.com/2010/08/12/windows-7-search-indexing-py-sql-php-files/</link>
		<comments>http://www.onnraves.com/2010/08/12/windows-7-search-indexing-py-sql-php-files/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 10:18:08 +0000</pubDate>
		<dc:creator>kam onn</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://www.onnraves.com/2010/08/12/windows-7-search-indexing-py-sql-php-files/</guid>
		<description><![CDATA[Like many others, I too had a time when I lost faith in Windows 7’s search feature, particularly with indexing the contents of py, sql, php files. These were files that I use a lot. I knew I had the phrase in some file but Windows 7 search returned no search. I even switched to &#8230; <a href="http://www.onnraves.com/2010/08/12/windows-7-search-indexing-py-sql-php-files/" class="more-link" >read on <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.onnraves.com/wp-content/uploads/2010/08/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://www.onnraves.com/wp-content/uploads/2010/08/image_thumb.png" width="214" height="244" /></a>Like <a href="http://social.answers.microsoft.com/Forums/en-US/w7files/thread/61b88d5e-7df7-4427-8a2e-82b801a4a746">many others</a>, I too had a time when I lost faith in Windows 7’s search feature, particularly with indexing the contents of py, sql, php files. These were files that I use a lot.<a href="http://www.onnraves.com/wp-content/uploads/2010/08/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="right" src="http://www.onnraves.com/wp-content/uploads/2010/08/image_thumb1.png" width="244" height="156" /></a> </p>
<p> I knew I had the phrase in some file but Windows 7 search returned no search.</p>
<p>I even switched to Google Desktop Search(GDS). But GDS does not search contents of php, py files. It did search sql files because I set it up as a text file type.</p>
<p>So I reverted to Windows 7 Search.</p>
<p>Before I gave up on Windows 7 search earlier, I did notice that it indexes files that I have worked on before. So, Windows 7 guesses that I would be interested in files that I worked on. Surely Windows 7 does not expect me to open all of my files individually before it indexes them !</p>
<p><a href="http://www.onnraves.com/wp-content/uploads/2010/08/image2.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://www.onnraves.com/wp-content/uploads/2010/08/image_thumb2.png" width="226" height="244" /></a>So I first ensured the folder and file extension are included in Windows Search and then tried this trick – <strong>copy the folder to another folder and then copy them back to the original folder</strong>. This seemed to tell Windows 7 that I would be interested in those files and after a while, the search results I was expecting, starting turning up!</p>
<p>I guess I only have to do this because I brought in a whole lot of file before I configured Windows Search which folder to index (Refer to the various screenshots on how to configure folders and file types for indexing).</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e50f9b53-dc16-4eb8-b810-bcae2afdd5ed" class="wlWriterEditableSmartContent">Technorati tags: <a href="http://technorati.com/tags/microsoft" rel="tag">microsoft</a>, <a href="http://technorati.com/tags/search" rel="tag">search</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.onnraves.com/2010/08/12/windows-7-search-indexing-py-sql-php-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete control characters in VIM</title>
		<link>http://www.onnraves.com/2010/01/27/delete-control-characters-in-vim/</link>
		<comments>http://www.onnraves.com/2010/01/27/delete-control-characters-in-vim/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 03:32:17 +0000</pubDate>
		<dc:creator>kam onn</dc:creator>
				<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.onnraves.com/2010/01/27/delete-control-characters-in-vim/</guid>
		<description><![CDATA[Recently I had to review some very large registry files (.reg). Trouble was when the file was large, VIM somehow displays also the control characters. This made the file difficult to read. The solution is to delete all the control characters with :%s/[[:cntrl:]]//g and voila: Technorati tags: vim]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.onnraves.com/wp-content/uploads/2010/01/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://www.onnraves.com/wp-content/uploads/2010/01/image_thumb.png" width="244" height="133" /></a> </p>
<p>Recently I had to review some very large registry files (.reg).</p>
<p>Trouble was when the file was large, VIM somehow displays also the control characters.</p>
<p>This made the file difficult to read.</p>
<p>The solution is to delete all the control characters with</p>
<p>:%s/[[:cntrl:]]//g</p>
<p>and voila:</p>
<p><a href="http://www.onnraves.com/wp-content/uploads/2010/01/image1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.onnraves.com/wp-content/uploads/2010/01/image_thumb1.png" width="244" height="107" /></a> </p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a3b93d6d-30f7-4d0f-b1b5-d0da971f65f3" class="wlWriterEditableSmartContent">Technorati tags: <a href="http://technorati.com/tags/vim" rel="tag">vim</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.onnraves.com/2010/01/27/delete-control-characters-in-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft&#8217;s support disappoints !! My experience of fixing &#8220;Class not registered&#8221; for mscomct2.ocx control after Microsoft support staff abandoned the case</title>
		<link>http://www.onnraves.com/2010/01/27/microsofts-support-disappoints-my-experience-of-fixing-class-not-registered-for-mscomct2-ocx-control-after-microsoft-support-staff-abandoned-the-case/</link>
		<comments>http://www.onnraves.com/2010/01/27/microsofts-support-disappoints-my-experience-of-fixing-class-not-registered-for-mscomct2-ocx-control-after-microsoft-support-staff-abandoned-the-case/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 10:35:29 +0000</pubDate>
		<dc:creator>kam onn</dc:creator>
				<category><![CDATA[boo]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.onnraves.com/2010/01/27/microsofts-support-disappoints-my-experience-of-fixing-class-not-registered-for-mscomct2-ocx-control-after-microsoft-support-staff-abandoned-the-case/</guid>
		<description><![CDATA[I had a very disappointing experience of dealing with Microsoft Dynamics support. Last month, my client started deploying Meeting Room Manager. I first noticed that the customization on my PC stopped working and soon the problem spread to the citrix server. The symptoms of the problem was that when I fired up a customized form &#8230; <a href="http://www.onnraves.com/2010/01/27/microsofts-support-disappoints-my-experience-of-fixing-class-not-registered-for-mscomct2-ocx-control-after-microsoft-support-staff-abandoned-the-case/" class="more-link" >read on <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had a very disappointing experience of dealing with <a href="http://www.microsoft.com/dynamics/customersource.mspx">Microsoft Dynamics support</a>.</p>
<p>Last month, my client started deploying <a href="http://www.netsimplicity.com/">Meeting Room Manager</a>. I first noticed that the customization on my PC stopped working and soon the problem spread to the citrix server.</p>
<p>The symptoms of the problem was that when I fired up a customized form in GP, it would complain of missing components. The components were Microsoft Listview control and Microsoft Date and Time Picker control.</p>
<p>We tried to fix the problem by reimporting the package but the import also failed.</p>
<p><a href="http://www.onnraves.com/wp-content/uploads/2010/01/clip_image002.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="clip_image002" border="0" alt="clip_image002" align="left" src="http://www.onnraves.com/wp-content/uploads/2010/01/clip_image002_thumb.jpg" width="244" height="149" /></a></p>
<p>I (not Microsoft) identified that the problem was due to Meeting Room Manager installing its mscomct2.ocx. Microsoft only allows 1 version of the ocx. So when Meeting Room Manager installed its version, it dumped the version that GP was using.</p>
<p>Microsoft Dynamics support then asked us to unregister and re-register the version that is found in c:\windows\system32. It registered successfully but the problem still persisted.</p>
<p>Microsoft Dynamics support said they were stumped and then they went into 7 days of ‘I am following up with my colleague in US’ , ‘I am in discussion with my colleague in US’ mode without any progress. They hinted that we should just rebuild the server and not waste time fixing the cause.</p>
<p>At this point, the users and I were very frustrated.</p>
<p>I updated the case with this:</p>
<p>GP is a Microsoft product, Meeting Room Manager is a Microsoft Gold Certified partner product. We purchased 1 and then the other and now we cannot get both to work together. Where did we misplace our confidence.</p>
<p>To which, this undynamic Dynamics support chap replied to the effect of:</p>
<p>‘GP was working fine. After Meeting Room Manager, GP does not work, so go after the Meeting Room Manager vendor, it’s not our problem. So there. Go rebuild your server and update us on outcome’</p>
<p>That was SHOCKING !! Both are Microsoft or Microsoft certifed products and they cannot work together and this chap said it was not their (Microsoft) problem !!</p>
<p>That chap could only see that it was not a Microsoft Dynamics GP problem and so it was not his problem.</p>
<p>&#160;</p>
<p>Utterly fed up with his attitude, I did my own research on the issue.</p>
<p>The issue is actually not very complex.</p>
<p><a href="http://www.onnraves.com/wp-content/uploads/2010/01/clip_image0025.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="clip_image002[5]" border="0" alt="clip_image002[5]" align="left" src="http://www.onnraves.com/wp-content/uploads/2010/01/clip_image0025_thumb.jpg" width="244" height="173" /></a>mscomct2.ocx though registered successfully, was actually not registering the classes within correctly.</p>
<p>That was the issue.</p>
<p>So I focused on investigating how mscomct2.ocx was distributed.</p>
<p>I got a recently reformatted laptop and tried to add a Microsoft Date and Time Picker control on a VB form in Excel. It worked. I thought that the Meeting Room Manager messed up some operating system files. </p>
<p>I then did a Windows repair. But the problem still persisted.</p>
<p>Then I found out that mscomct2.ocx was previously distributed with Office XP Developer. So I downloaded the <a href="http://activex.microsoft.com/controls/vb6/MSCOMCT2.CAB  (http://activex.microsoft.com/controls/vb6/mscomct2.cab">mcsomct2.cab file</a> and unzipped its contents (mscomct2.inf, mscomct2.ocx).</p>
<p>I unregistered mscomct2.ocx.</p>
<p>I installed mscomct2.inf. That copied mscomct2.ocx to the system32 directory.</p>
<p>Then I registererd mscomct2.ocx and Voila !! Everything was working again !</p>
<p>There was no secret juice, just about 1 day’s research and trial and error. That’s much better than Microsoft Dynamic’s month long of ‘discussing with my colleague’, ‘following up with my colleague’ without any results !!</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:8bfe78f4-f638-43cc-a039-7bfdf31546dc" class="wlWriterEditableSmartContent">Technorati tags: <a href="http://technorati.com/tags/microsoft" rel="tag">microsoft</a>, <a href="http://technorati.com/tags/dynamics" rel="tag">dynamics</a>, <a href="http://technorati.com/tags/support" rel="tag">support</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.onnraves.com/2010/01/27/microsofts-support-disappoints-my-experience-of-fixing-class-not-registered-for-mscomct2-ocx-control-after-microsoft-support-staff-abandoned-the-case/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clip Path for Windows 64</title>
		<link>http://www.onnraves.com/2009/11/17/clip-path-for-windows-64/</link>
		<comments>http://www.onnraves.com/2009/11/17/clip-path-for-windows-64/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 06:21:38 +0000</pubDate>
		<dc:creator>kam onn</dc:creator>
				<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.onnraves.com/2009/11/17/clip-path-for-windows-64/</guid>
		<description><![CDATA[One of the things I missed when I moved to Windows 64 bit was ClipPath. I looked for a ClipPath utility for Windows 64 and found something hopeful but the file was missing. Then I came across Tim Sneath’s Windows Vista Secret: Copy as Path. I promptly tried shift right click and found that I &#8230; <a href="http://www.onnraves.com/2009/11/17/clip-path-for-windows-64/" class="more-link" >read on <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.onnraves.com/wp-content/uploads/2009/11/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://www.onnraves.com/wp-content/uploads/2009/11/image_thumb.png" width="244" height="136" /></a>One of the things I missed when I moved to Windows 64 bit was <a href="http://download.cnet.com/ClipPath/3000-2094_4-10050927.html">ClipPath</a>.</p>
<p>I looked for a <a href="http://www.onnraves.com/2009/11/17/clip-path-for-windows-64/">ClipPath utility for Windows 64</a> and found something hopeful but the <a href="http://www.mydigitallife.info/2009/09/14/copy-path-information-for-multiple-files-to-clipboard-with-copy-path/">file was missing</a>.</p>
<p>Then I came across <a href="http://blogs.msdn.com/tims/archive/2006/09/18/windows-vista-secret-2-copy-as-path.aspx">Tim Sneath’s Windows Vista Secret: Copy as Path</a>. I promptly tried shift right click and found that I got my ClipPath functionality back !!</p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:342338d9-b004-4a75-9f25-48da2f018b38" class="wlWriterEditableSmartContent">Technorati tags: <a href="http://technorati.com/tags/windows" rel="tag">windows</a>, <a href="http://technorati.com/tags/64+bit" rel="tag">64 bit</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.onnraves.com/2009/11/17/clip-path-for-windows-64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coupon codes for RM 500 discount on Dell Studio systems &#8211; limited time offer</title>
		<link>http://www.onnraves.com/2009/10/21/rm-500-discount-on-dell-studio-systems-limited-time-offer/</link>
		<comments>http://www.onnraves.com/2009/10/21/rm-500-discount-on-dell-studio-systems-limited-time-offer/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 06:13:05 +0000</pubDate>
		<dc:creator>kam onn</dc:creator>
				<category><![CDATA[guide to buying a dell]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.onnraves.com/2009/10/21/rm-500-discount-on-dell-studio-systems-limited-time-offer/</guid>
		<description><![CDATA[Dell is giving RM 500 off for Studio 14 laptop and Studio One 19 desktop. Laptop coupon code: T79KXQ8$6P9G4W Desktop coupon code: T79KXQ8$6P9G4W This offer is valid from October 20-23, 2009 only. I just bought the laptop that was configured like my dream laptop for RM 4,822. My dream previously cost RM 6,067 in July &#8230; <a href="http://www.onnraves.com/2009/10/21/rm-500-discount-on-dell-studio-systems-limited-time-offer/" class="more-link" >read on <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www1.ap.dell.com/content/topics/topic.aspx/ap/topics/microsite/en/lunchtime-deals?c=my&amp;cs=mydhs1&amp;l=en&amp;s=dhs&amp;dgc=EM&amp;cid=33217&amp;lid=783239&amp;acd=105956207156860c6772180"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" border="0" alt="image" src="http://www.onnraves.com/wp-content/uploads/2009/10/image.png" width="607" height="125" /></a> </p>
<p>Dell is giving RM 500 off for Studio 14 laptop and Studio One 19 desktop.</p>
<p>Laptop coupon code: <b>T79KXQ8$6P9G4W</b></p>
<p>Desktop coupon code: <b>T79KXQ8$6P9G4W</b></p>
<p>This offer is valid from October 20-23, 2009 only.</p>
<p>I just bought the laptop that was configured like my <a href="http://www.onnraves.com/2009/07/04/my-dream-dell-laptop/">dream laptop</a> for RM 4,822. My dream previously cost RM 6,067 in July 2009. </p>
<p>Granted that Studio is not the Studio XPS, but my Studio has a faster T9600 CPU.</p>
<p>The catch is that <a href="http://www1.ap.dell.com/my/en/home/notebooks/laptop-studio-1450/pd.aspx?refid=laptop-studio-1450&amp;s=dhs&amp;cs=mydhs1">Studio 14</a> is soon to be replaced by <a href="http://www.dell.com/us/en/home/notebooks/laptop-studio-14z/pd.aspx?refid=laptop-studio-14z&amp;s=dhs&amp;cs=19&amp;ref=lthp">Studio 14z</a>.</p>
<p>I love to get this end of season deals.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.onnraves.com/2009/10/21/rm-500-discount-on-dell-studio-systems-limited-time-offer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 upgrade</title>
		<link>http://www.onnraves.com/2009/09/14/windows-7-upgrade/</link>
		<comments>http://www.onnraves.com/2009/09/14/windows-7-upgrade/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 03:37:15 +0000</pubDate>
		<dc:creator>kam onn</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.onnraves.com/2009/09/14/windows-7-upgrade/</guid>
		<description><![CDATA[According to this piece of news, Windows 7 upgrade from Vista can take a almost a day ! Whoa ! I was tempted to get a Vista system with upgrade option but now I would not.Slashdot Technology Story &#124; Windows 7 Upgrade Can Take Nearly a Day A clean 32-bit install on what Microsoft calls &#8230; <a href="http://www.onnraves.com/2009/09/14/windows-7-upgrade/" class="more-link" >read on <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>According to this piece of news, Windows 7 upgrade from Vista can take a almost a day !</p>
<p>Whoa ! I was tempted to get a Vista system with upgrade option but now I would not.<br /><a href="http://tech.slashdot.org/story/09/09/14/1338207/Windows-7-Upgrade-Can-Take-Nearly-a-Day?from=rss">Slashdot Technology Story | Windows 7 Upgrade Can Take Nearly a Day</a><br />
<blockquote>A clean 32-bit install on what Microsoft calls &#8216;high-end hardware&#8217; should take only 30 minutes. In the worst case scenario, the process will take about 1220 minutes. That second extreme is not a typo: Microsoft really did time an upgrade that took 20 hours and 20 minutes.</p></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=19d3527d-c2c0-8e47-bff3-34d9b38293fd" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.onnraves.com/2009/09/14/windows-7-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 32 bit&#8217;s 4 GB RAM limit</title>
		<link>http://www.onnraves.com/2009/08/25/windows-32-bits-4-gb-ram-limit/</link>
		<comments>http://www.onnraves.com/2009/08/25/windows-32-bits-4-gb-ram-limit/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 02:19:52 +0000</pubDate>
		<dc:creator>kam onn</dc:creator>
				<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.onnraves.com/2009/08/25/windows-32-bits-4-gb-ram-limit/</guid>
		<description><![CDATA[A very bright Geoff Chappel looked into Microsoft&#8217;s claim and said this: That 32-bit editions of Windows Vista are limited to 4GB is not because of any physical or technical constraint on 32-bit operating systems. The 32-bit editions of Windows Vista all contain code for using physical memory above 4GB. Microsoft just doesn&#8217;t license you &#8230; <a href="http://www.onnraves.com/2009/08/25/windows-32-bits-4-gb-ram-limit/" class="more-link" >read on <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img align="left" src="http://www.microsoft.com/windows/framework/images/windows-vista/windows-vista.gif" />A very bright <a href="http://www.geoffchappell.com/viewer.htm?doc=notes/windows/license/memory.htm">Geoff Chappel</a> looked into <a href="http://www.onnraves.com/2009/06/23/maximum-ram-for-32-bit-microsoft-vista-is-312-gb/">Microsoft&#8217;s claim</a> and said this: </p>
<blockquote><p>That 32-bit editions of Windows Vista are limited to 4GB is not because of any physical or technical constraint on 32-bit operating systems. The 32-bit editions of Windows Vista all contain code for using physical memory above 4GB. <strong>Microsoft just doesn&#8217;t license you to use that code</strong>.</p>
</blockquote>
<p>I say that Geoff Chappel is very bright because he gave a very long and detailed explanation for his conclusion. In fact, there are many very good articles about the Windows Shell in his website.</p>
<p>How does this revelation (that 32 bit Windows can access 4GB RAM and more) affect me ?</p>
<p>I have <a href="http://www.onnraves.com/2009/06/26/should-you-get-windows-64-bit/">my reasons to stay 32-bit</a> and I hope that Microsoft will remove the license limit.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:1ceeefbd-b350-4baa-9790-5206d262a23b" class="wlWriterSmartContent">Technorati tags: <a href="http://technorati.com/tags/windows" rel="tag">windows</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.onnraves.com/2009/08/25/windows-32-bits-4-gb-ram-limit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

