<?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>Lallmatie.com Blog &#187; Software</title>
	<atom:link href="http://lallmatie.com/blog/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://lallmatie.com/blog</link>
	<description>Not rants, these are things that must be told!</description>
	<lastBuildDate>Mon, 27 Feb 2012 19:46:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Basic Tune-Up to Maintain Your New Computer&#8217;s Performance</title>
		<link>http://lallmatie.com/blog/2010/08/15/basic-tune-up-to-maintain-your-new-computers-performance/</link>
		<comments>http://lallmatie.com/blog/2010/08/15/basic-tune-up-to-maintain-your-new-computers-performance/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 16:55:35 +0000</pubDate>
		<dc:creator>bhoot</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[operating]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[quick]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[tune]]></category>
		<category><![CDATA[tune up]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[why]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://lallmatie.com/blog/?p=273</guid>
		<description><![CDATA[What are the first things you do when you buy a new PC? Assuming that it has Windows XP (or Windows 7), there are some basic steps [...]]]></description>
			<content:encoded><![CDATA[<p>What are the first things you do when you buy a new PC? Assuming that it has Windows XP (or Windows 7), there are some basic steps that everyone should take in order to maintain the computer speed in the long run. Incorrect setup by your PC reseller or manufacturer can be corrected. You might have read that you should defragment your hard drive often, but that&#8217;s not enough. <span id="more-273"></span>As well as take security measures (firewall, not just antivirus), here are what you should do.</p>
<ol>
<li> Partition your hard disk to add a Swap/Temp partition. This is common setup for Linux systems. The logic is that this Swap partition will be configure to put all temporary Windows files. To do that, you need administrator priviledges. The steps are mentioned for Windows XP, but should be similar for Windows 7.Open Control Panel &gt; Administrative Tools &gt; Computer Management. Open Disk Management under the Storage.You should see the list of partitions here. Given that hard drives are usually 160GB or more, 320GB becoming common, manufacturers have a tendency to partition into two equal partition. Let&#8217;s take the case of a 320GB hard disk, being partitioned as C: 160 GB and D: 160GB.
<p><a href="http://lallmatie.com/blog/wp-content/uploads/2010/08/Storage1.jpg"><img class="size-medium wp-image-276 alignnone" title="Storage1" src="http://lallmatie.com/blog/wp-content/uploads/2010/08/Storage1-300x148.jpg" alt="" width="300" height="148" /></a></p>
<p>Since the first partition holds windows, and is huge(!), fragmentation is bound to happen in the long run, because Windows writes and erases 2 types of files: the Swap file and Temporary Files. So delete the D partition (backup your data to C first). Then right click on the C partition and resize it. Put it to a maximum of 100GB if possible.</p>
<p>Then create another partition of 10GB only, formatting in FAT32 system, give it the letter T: for Temp. FAT32 is faster than the current NTFS for smaller partitions (under 11GB). Then create your additional partitions as desired. It is important that this is the 2nd partition because of the speed factor. Because of the way hard drives are read, C is always faster than D, which is faster than E etc. So by now you should have say, 4 partitions: System-Recovery, C:, T: and D: If you have a system recovery partition, do not delete it!</p>
<p>If you have already used your PC for a while, it might not be possible to resize the first partition or sometimes, delete the second partition without losing data. In this case, you can still follow the next step</li>
<li>Once you have your T: Swap partition, it is time to configure Windows to save temporary files there. Press the Windows Key + Break on your keyboard to bring up System Properties. Or, right click on My Computer and click Properties. Open the Advanced Tab, click Environment Properties.<br />
<a href="http://lallmatie.com/blog/wp-content/uploads/2010/08/Storage.jpg"><img class="size-medium wp-image-277 alignnone" title="Storage" src="http://lallmatie.com/blog/wp-content/uploads/2010/08/Storage-253x300.jpg" alt="" width="253" height="300" /></a></p>
<p>You will see 2 lists, one above and one below. There are entries for TMP and TEMP on both. Double click to edit them and enter your new Swap partition&#8217;s location e.g. T:\ or T:\Temp instead of a folder under your windows installation. Press OK to validate.</li>
<li>Now the first part is done. Next move your Swap file to the new partition. Still under System Properties &gt; Advanced, click on Settings under Performance. Select the Advanced Tab &gt; Virtual Memory &gt; Change.Now set No paging file for all partitions, except the Swap, where Custom Size is to be selected. Preferably put the same value for the minimum and maximum size for speed. This way Windows can allocate all the space as one big chunk (low fragmentation chances).<br />
<a href="http://lallmatie.com/blog/wp-content/uploads/2010/08/vmem.jpg"><br />
<img class="size-medium wp-image-278 alignnone" title="vmem" src="http://lallmatie.com/blog/wp-content/uploads/2010/08/vmem-300x197.jpg" alt="" width="300" height="197" /></a></p>
<p>The total Virtual Memory + your actual RAM (Physical Memory) should usually not exceed 3GB under Windows XP or 4Gb under Windows 7. Unless you know you&#8217;ll use more than that, keep the total to under 3GB, i.e. if you have 1GB memory and know that you are not doing big big photoshop work &#8211; just browsing and office work, putting 1.5GB virtual memory is more than enough. Validate and you&#8217;re done.</li>
<li>Next are the programs that open when you boot Windows, these might include essential utilities (e.g. antivirus, NVidia control panel) and some bloat (meaning software that you never use but are still running in background). Press the Windows Key + R to open the Run dialog. Type msconfig and press Enter. Under the Start Up tab, uncheck the undesired software.Note that you should not disable things that you are not sure, e.g. applications under the Windows directory. Validate and restart your PC. Once you get back into Windows, you will be warned of some message saying that you&#8217;re not running normally. Uncheck the checkbox and continue.</li>
<li>Next is to check that all your drivers have been installed. Press Windows Key + Break to open System Properties. Look for Device Manager under Hardware. If there is any exclamation mark, look for the corresponding CD, or ask your reseller/manufacturer for help about installing the driver for that. I have seen some local resellers not installing graphics card drivers (display adapter). Although this might not be noticeable to some people using LCD screens, it does cause a health hazard to CRT screens since the refresh rate will be set to 60Hz.Refresh rate is important with CRT screens: they should be at least 75Hz, 85Hz is good, or it&#8217;ll tire your eyes out quickly. Another impact of a properly installed display adapter driver, is faster redrawing of the screen, noticeable especially when you scroll down a webpage, or watch a video.</li>
<li>Go install a good free antivirus e.g. Avast, AVG</li>
<li>Get a proper firewall e.g. Comodo Internet Security. This is as important as an antivirus.</li>
<li>Install Firefox 3.6, Opera 10.6 or another browser apart from Internet Explorer and make it become the default browser (you&#8217;ll be asked to do that the first time you run them). Internet Explorer, even IE8, remains slower than Firefox, Opera, Chrome and Safari. Which one you use among these, is up to you, as long is you don&#8217;t touch Internet Explorer 6! Not to mention that IE6 is a huge security hazard. Stay away!</li>
</ol>
<p>Among other things, include the latest version of Adobe Flash Player and Adobe Reader, but some people can do without them. I know that I might have sounded quite technical. Just remember that Google is your friend <img src='http://lallmatie.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2010%2F08%2F15%2Fbasic-tune-up-to-maintain-your-new-computers-performance%2F&amp;linkname=Basic%20Tune-Up%20to%20Maintain%20Your%20New%20Computer%26%238217%3Bs%20Performance" title="Facebook" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2010%2F08%2F15%2Fbasic-tune-up-to-maintain-your-new-computers-performance%2F&amp;linkname=Basic%20Tune-Up%20to%20Maintain%20Your%20New%20Computer%26%238217%3Bs%20Performance" title="Twitter" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2010%2F08%2F15%2Fbasic-tune-up-to-maintain-your-new-computers-performance%2F&amp;linkname=Basic%20Tune-Up%20to%20Maintain%20Your%20New%20Computer%26%238217%3Bs%20Performance" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Flallmatie.com%2Fblog%2F2010%2F08%2F15%2Fbasic-tune-up-to-maintain-your-new-computers-performance%2F&amp;title=Basic%20Tune-Up%20to%20Maintain%20Your%20New%20Computer%26%238217%3Bs%20Performance" id="wpa2a_2">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://lallmatie.com/blog/2010/08/15/basic-tune-up-to-maintain-your-new-computers-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Security &#8211; Should you be concerned?</title>
		<link>http://lallmatie.com/blog/2010/08/15/wordpress-security-should-you-be-concerned/</link>
		<comments>http://lallmatie.com/blog/2010/08/15/wordpress-security-should-you-be-concerned/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 03:21:06 +0000</pubDate>
		<dc:creator>bhoot</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[bulletproof]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[injection]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[scan]]></category>
		<category><![CDATA[scanner]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sitesecuritymonitor.com]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xss]]></category>

		<guid isPermaLink="false">http://lallmatie.com/blog/?p=268</guid>
		<description><![CDATA[Being a developer, I recently started to specialise in WordPress based corporate websites. I never had any security problems at my current host, BlueHost, but one of [...]]]></description>
			<content:encoded><![CDATA[<p>Being a developer, I recently started to specialise in WordPress based corporate websites. I never had any security problems at my current host, BlueHost, but one of my customer&#8217;s website is constantly under attack. Mostly Javascript code being injected.Why? Passwords too short, .htaccess missing, no security plugins&#8230;<span id="more-268"></span>It&#8217;s not that hard to put some basic security. I have found these plugins to be pretty useful:</p>
<ul>
<li><strong>Bulletproof Security</strong><br />
Bulletproof Security creates a more secure .htaccess that prevents XSS attacks.</li>
<li><strong>WP-Scanner</strong><br />
Scans files and detects suspicious portions of scripts.</li>
</ul>
<p>There is also an online scanner, that&#8217;s running free scan for the moment. Worth a try:</p>
<p>https://www.sitesecuritymonitor.com</p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2010%2F08%2F15%2Fwordpress-security-should-you-be-concerned%2F&amp;linkname=WordPress%20Security%20%26%238211%3B%20Should%20you%20be%20concerned%3F" title="Facebook" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2010%2F08%2F15%2Fwordpress-security-should-you-be-concerned%2F&amp;linkname=WordPress%20Security%20%26%238211%3B%20Should%20you%20be%20concerned%3F" title="Twitter" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2010%2F08%2F15%2Fwordpress-security-should-you-be-concerned%2F&amp;linkname=WordPress%20Security%20%26%238211%3B%20Should%20you%20be%20concerned%3F" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Flallmatie.com%2Fblog%2F2010%2F08%2F15%2Fwordpress-security-should-you-be-concerned%2F&amp;title=WordPress%20Security%20%26%238211%3B%20Should%20you%20be%20concerned%3F" id="wpa2a_4">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://lallmatie.com/blog/2010/08/15/wordpress-security-should-you-be-concerned/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The seriousness of pen-drive viruses and their ignorance: Simple steps to protect yourself</title>
		<link>http://lallmatie.com/blog/2010/06/24/the-seriousness-of-pen-drive-viruses-and-their-ignorance-simple-steps-to-protect-yourself/</link>
		<comments>http://lallmatie.com/blog/2010/06/24/the-seriousness-of-pen-drive-viruses-and-their-ignorance-simple-steps-to-protect-yourself/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 08:20:40 +0000</pubDate>
		<dc:creator>bhoot</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[autorun]]></category>
		<category><![CDATA[autorun.inf]]></category>
		<category><![CDATA[avast]]></category>
		<category><![CDATA[avg]]></category>
		<category><![CDATA[ckvo]]></category>
		<category><![CDATA[clean]]></category>
		<category><![CDATA[comodo]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[mauritius]]></category>
		<category><![CDATA[mcafee]]></category>
		<category><![CDATA[my computer]]></category>
		<category><![CDATA[norton]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[pen]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[rule]]></category>
		<category><![CDATA[safety]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[steps]]></category>
		<category><![CDATA[university]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://lallmatie.com/blog/?p=195</guid>
		<description><![CDATA[I have seen to many people ignorant of the fact that their pen-drives (usb key, usb disk) have been contaminated by viruses that have been copied by [...]]]></description>
			<content:encoded><![CDATA[<p>I have seen to many people ignorant of the fact that their pen-drives (usb key, usb disk) have been contaminated by viruses that have been copied by them unknowingly! How? And why didn&#8217;t their antivirus detect them? Some do not even know until their computers start becoming slow and more&#8230; Let me explain easy ways to detect and protect yourself&#8230;</p>
<p><span id="more-195"></span>The first thing you will notice if you have such usb-spreading-viruses (they come in different flavours e.g. ckvo, amvo&#8230;) is that when you double-click on a drive in My Computer (yes, Linux and MacOS users are safe.. so far). If the drive opens in a new window, it means you have the virus!   So <strong>rule number 1: Always use the folder tree view to select a drive in My Computer</strong>. Why, because when you double click on a drive, it executes a windows file called autorun.inf on that drive. That file can execute any file specified in that drive. It&#8217;s like you&#8217;re literally opening the door to anyone knocking! Or you might want to<a href="http://www.google.mu/search?q=+turn+off+Autorun"> turn off Autorun</a> on your computer.</p>
<p>Next thing is to prevent that virus from spreading if ever the above happened by accident. To do this, <strong>rule number 2, you need a proper Firewall</strong>. I use Comodo Personal Firewall and it&#8217;s really efficient &#8211; doesn&#8217;t slow down your computer, and tells you every time suspicious programs attempt to write to disk or to use the internet (you&#8217;d even catch key-loggers).</p>
<p>Your <strong>antivirus</strong> might not necessarily be able to detect these issues, e.g. I have used Norton/Symantec and McAfee Viruscan. They gave me such a headache, especially by using 200MB+ memory, deleting my whole mailbox and preventing me from running Thinstall applications&#8230; <strong>Rule number 3 have a good anvirus: </strong>the bests I have found are<strong> </strong><strong>Avast Home</strong> and <strong>AVG Free</strong>. Free and efficient and fast.</p>
<p>Common sources for this virus in Mauritius are the many schools, some universities and some offices where adequate measures have not been taken. Also the internet, when you browse underground sites especially using Internet Explorer. So <strong>rule number 4, do not use Internet Explorer 6</strong>.</p>
<p>Now what if you already have these viruses, how to remove them? That&#8217;s the big hurdle. There are steps that you can find many sites, if you <a href="http://www.google.mu/search?rls=en&amp;q=removing+ckvo">search  &#8217;removing ckvo.&#8217;</a> I&#8217;ll write another post for that soon&#8230;</p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2010%2F06%2F24%2Fthe-seriousness-of-pen-drive-viruses-and-their-ignorance-simple-steps-to-protect-yourself%2F&amp;linkname=The%20seriousness%20of%20pen-drive%20viruses%20and%20their%20ignorance%3A%20Simple%20steps%20to%20protect%20yourself" title="Facebook" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2010%2F06%2F24%2Fthe-seriousness-of-pen-drive-viruses-and-their-ignorance-simple-steps-to-protect-yourself%2F&amp;linkname=The%20seriousness%20of%20pen-drive%20viruses%20and%20their%20ignorance%3A%20Simple%20steps%20to%20protect%20yourself" title="Twitter" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2010%2F06%2F24%2Fthe-seriousness-of-pen-drive-viruses-and-their-ignorance-simple-steps-to-protect-yourself%2F&amp;linkname=The%20seriousness%20of%20pen-drive%20viruses%20and%20their%20ignorance%3A%20Simple%20steps%20to%20protect%20yourself" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Flallmatie.com%2Fblog%2F2010%2F06%2F24%2Fthe-seriousness-of-pen-drive-viruses-and-their-ignorance-simple-steps-to-protect-yourself%2F&amp;title=The%20seriousness%20of%20pen-drive%20viruses%20and%20their%20ignorance%3A%20Simple%20steps%20to%20protect%20yourself" id="wpa2a_6">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://lallmatie.com/blog/2010/06/24/the-seriousness-of-pen-drive-viruses-and-their-ignorance-simple-steps-to-protect-yourself/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Future is in Cloud Computing &#8211; We&#8217;re in Transition to Computing as a Service</title>
		<link>http://lallmatie.com/blog/2010/04/23/the-future-is-in-cloud-computing-were-in-transition-to-computing-as-a-service/</link>
		<comments>http://lallmatie.com/blog/2010/04/23/the-future-is-in-cloud-computing-were-in-transition-to-computing-as-a-service/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 19:42:56 +0000</pubDate>
		<dc:creator>bhoot</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://lallmatie.com/blog/?p=153</guid>
		<description><![CDATA[For those who keep in touch with the latest development in technology, talking about Clouds and Virtualization is not going to be a new thing. This video [...]]]></description>
			<content:encoded><![CDATA[<p>For those who keep in touch with the latest development in technology, talking about Clouds and Virtualization is not going to be a new thing. This video explains what cloud computing is so easily that even the non-tech person can understand the implications. Dose of humour, explicit to the point, analogy with the Product Life Cycle model are ingredients that make this 25 min presentation&#8230; fun.</p>
<p><a href="http://vimeo.com/7160585">Click here for the video on Future of Cloud Computing by Simon Wardley</a><strong> </strong></p>
<p><object type="application/x-shockwave-flash" data="http://vimeo.com/moogaloop.swf" width="500" height="275"><param name="allowscriptaccess" value="always"/><param name="allowfullscreen" value="true"/><param name="movie" value="http://vimeo.com/moogaloop.swf"/><param name="flashvars" value="clip_id=7160585&#038;server=vimeo.com&#038;fullscreen=1&#038;show_title=1&#038;show_byline=1&#038;show_portrait=1&#038;color=00ADEF"/></object></p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2010%2F04%2F23%2Fthe-future-is-in-cloud-computing-were-in-transition-to-computing-as-a-service%2F&amp;linkname=The%20Future%20is%20in%20Cloud%20Computing%20%26%238211%3B%20We%26%238217%3Bre%20in%20Transition%20to%20Computing%20as%20a%20Service" title="Facebook" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2010%2F04%2F23%2Fthe-future-is-in-cloud-computing-were-in-transition-to-computing-as-a-service%2F&amp;linkname=The%20Future%20is%20in%20Cloud%20Computing%20%26%238211%3B%20We%26%238217%3Bre%20in%20Transition%20to%20Computing%20as%20a%20Service" title="Twitter" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2010%2F04%2F23%2Fthe-future-is-in-cloud-computing-were-in-transition-to-computing-as-a-service%2F&amp;linkname=The%20Future%20is%20in%20Cloud%20Computing%20%26%238211%3B%20We%26%238217%3Bre%20in%20Transition%20to%20Computing%20as%20a%20Service" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Flallmatie.com%2Fblog%2F2010%2F04%2F23%2Fthe-future-is-in-cloud-computing-were-in-transition-to-computing-as-a-service%2F&amp;title=The%20Future%20is%20in%20Cloud%20Computing%20%26%238211%3B%20We%26%238217%3Bre%20in%20Transition%20to%20Computing%20as%20a%20Service" id="wpa2a_8">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://lallmatie.com/blog/2010/04/23/the-future-is-in-cloud-computing-were-in-transition-to-computing-as-a-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 &#8211; Finally a worthy successor of Windows XP? &#8211; Part 1</title>
		<link>http://lallmatie.com/blog/2009/02/06/windows-7-finally-a-worthy-successor-of-windows-xp-part-1/</link>
		<comments>http://lallmatie.com/blog/2009/02/06/windows-7-finally-a-worthy-successor-of-windows-xp-part-1/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 06:23:12 +0000</pubDate>
		<dc:creator>bhoot</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[better]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[new version]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[successor]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows 98]]></category>
		<category><![CDATA[worse]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://lallmatie.com/blog/?p=30</guid>
		<description><![CDATA[I was eager to try Windows Vista. It was to be the new Windows that Microsoft has spent to much time developing and whom we saw many [...]]]></description>
			<content:encoded><![CDATA[<p>I was eager to try Windows Vista. It was to be the new Windows that Microsoft has spent to much time developing and whom we saw many previews and release candidates. Needless to say that like many people I was quite frustrated in the beginning with UAC (User Account Control) that needlessly pops up everytime you do something that requires administrator priviledges &#8211; I turned that off. And that Windows Explorer never saving the view I specified in any folder &#8211; all too annoying&#8230; Games working SLOWER than Windows XP, huge memory requirements&#8230; But it had advantages &#8211; it was more stable, system recovery was efficient, Direct X 10 gaming, and with Service Pack 1, was FASTER! It did become my default Windows Installation (on my dual boot) until it crashed&#8230;.  to never be repaired&#8230; and I didn&#8217;t want to do a fresh install&#8230; I went back to Windows XP with Service Pack 3&#8230;</p>
<p>Then came Windows 7 Beta 1. My hopes were up again. <span id="more-30"></span>It sounded like Windows 98 (Windows 7) had come for Windows 95 (Vista), or Windows XP SP2 over original XP&#8230; It&#8217;s FAST was my first impression&#8230; and many of the small annoying features of Vista were not gone (they got corrected)&#8230; It&#8217;s a joy to see lower memory consumption than Vista! And it&#8217;s quick to free memory when you close programs. Microsoft did do a lot of work&#8230; (Well, the Linux community too did a lot these few months). One thing is clear though, Mac OS X still has the best interface!</p>
<p>So there was the same Aero theme on Windows 7, more (new) services, Documents is back to &#8220;My Documents&#8221; but guess what I saw in About&#8230; Version 6.1&#8230; Windows 7 is verison 6.1? That confirms that it&#8217;s like the second edition of Vista! That was to be expected! It always happened with Windows since version 3. The first one is new, and Microsoft then refines the product across releases to make a stable and performing version&#8230;</p>
<p>But it&#8217;s still a Beta Windows 7. The final versions have always been better than beta versions (remember Win 2k, XP, 98, Vista&#8230;). I&#8217;ll continue using the beta, put a lot of applications and see what it gives or gives up.</p>
<p><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2009%2F02%2F06%2Fwindows-7-finally-a-worthy-successor-of-windows-xp-part-1%2F&amp;linkname=Windows%207%20%26%238211%3B%20Finally%20a%20worthy%20successor%20of%20Windows%20XP%3F%20%26%238211%3B%20Part%201" title="Facebook" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2009%2F02%2F06%2Fwindows-7-finally-a-worthy-successor-of-windows-xp-part-1%2F&amp;linkname=Windows%207%20%26%238211%3B%20Finally%20a%20worthy%20successor%20of%20Windows%20XP%3F%20%26%238211%3B%20Part%201" title="Twitter" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_button_google_gmail" href="http://www.addtoany.com/add_to/google_gmail?linkurl=http%3A%2F%2Flallmatie.com%2Fblog%2F2009%2F02%2F06%2Fwindows-7-finally-a-worthy-successor-of-windows-xp-part-1%2F&amp;linkname=Windows%207%20%26%238211%3B%20Finally%20a%20worthy%20successor%20of%20Windows%20XP%3F%20%26%238211%3B%20Part%201" title="Google Gmail" rel="nofollow" target="_blank"><img src="http://lallmatie.com/blog/wp-content/plugins/add-to-any/icons/gmail.png" width="16" height="16" alt="Google Gmail"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Flallmatie.com%2Fblog%2F2009%2F02%2F06%2Fwindows-7-finally-a-worthy-successor-of-windows-xp-part-1%2F&amp;title=Windows%207%20%26%238211%3B%20Finally%20a%20worthy%20successor%20of%20Windows%20XP%3F%20%26%238211%3B%20Part%201" id="wpa2a_10">Share</a></p>]]></content:encoded>
			<wfw:commentRss>http://lallmatie.com/blog/2009/02/06/windows-7-finally-a-worthy-successor-of-windows-xp-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

