<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>speedup &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/speedup/</link>
	<description>Feed of posts on WordPress.com tagged "speedup"</description>
	<pubDate>Fri, 25 Dec 2009 05:01:12 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Speed up your buildbox, Part III: Memory]]></title>
<link>http://schneide.wordpress.com/2009/11/16/speed-up-your-buildbox-part-iii-memory/</link>
<pubDate>Mon, 16 Nov 2009 19:52:05 +0000</pubDate>
<dc:creator>daniel.lindner</dc:creator>
<guid>http://schneide.wordpress.com/2009/11/16/speed-up-your-buildbox-part-iii-memory/</guid>
<description><![CDATA[In the first and second part of our effort to speed up our buildbox, we replaced the harddisk with a]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://schneide.wordpress.com/files/2009/09/fotolia_10291909_xs.jpg"><img class="alignleft size-thumbnail wp-image-897" style="border:1px solid black;margin:5px;" title="© Friedberg - Fotolia.com" src="http://schneide.wordpress.com/files/2009/09/fotolia_10291909_xs.jpg?w=150" alt="© Friedberg - Fotolia.com" width="150" height="118" /></a>In the <a href="http://schneide.wordpress.com/2009/09/15/speed-up-your-buildbox-part-i-introduction-harddisk/" target="_blank">first</a> and <a href="http://schneide.wordpress.com/2009/10/19/speed-up-your-buildbox-part-ii-processor/" target="_blank">second</a> part of our effort to speed up our buildbox, we replaced the harddisk with a RAM disk and swapped in a bigger CPU. This brought the build time down <strong>from 03:30 minutes to 02:00 minutes</strong>.</p>
<p><strong>Boosting the memory</strong></p>
<p>When we began the journey, we wanted to undercut the 02:00 minutes threshold. The last component that directly impacts performance of our box was the memory. We started out with 4 GB of DDR2-800 modules. To have a feeling for the effects, we upgraded to 4 GB of DDR2-1066 first and then added another 4 GB, resulting in 8 GB of RAM. We expected the performance gain to be small, but noticeable. The RAM disk, for example, is directly affected by memory speed.</p>
<p><strong>As much, but faster</strong></p>
<p>The first upgrade brought the first surprise: Upgrading from DDR2-800 to DDR2-1066 modules didn&#8217;t change anything. It&#8217;s not that the mainboard or CPU doesn&#8217;t support the faster RAM, it just seems to be fast enough, despite the data bus clock rate. Our build process <strong>still took 02:00 minutes</strong>, reproducible and without exception.</p>
<p><strong>Filling all the banks</strong></p>
<p>The mainboard can load up to 16 GB of RAM, but our budget just allowed to buy 8 GB of DDR2-1066 RAM. We installed it and ran the same 32 bit Ubuntu Linux as before. The build process took 02:00 minutes, which was expected now.</p>
<p><strong>Changing to 64bit</strong></p>
<p>We changed to boot harddisk, installed a 64 bit Ubuntu Linux and ran the build again. Still 02:00 minutes. The switch to 64 bit wasn&#8217;t a big deal with Java, but some of the included native libraries complained about the change. Recompiling them solved the issue.</p>
<p><strong>Finally reaching the target</strong></p>
<p>As a last measure, we increased the maximum memory of the build JVM to the biggest value it would accept. This was -Xmx2600m, a surplus of 600 MB to the original setting. This sped up the build process by five seconds, <strong>it took 01:55 minutes now</strong>.</p>
<p><strong>Conclusion and perspective</strong></p>
<p>We&#8217;ve reached our anticipated target of less than two minutes build time. We exceeded our original budget of 500 EUR, but bought some parts that finally weren&#8217;t used in the build box, but elsewhere. The two parts that made the whole difference were the CPU and some more memory to spend it on the RAM disk.</p>
<p><strong>If you want to speed up your single build box, aim for the CPU/RAM combo and try to install a RAM disk to perform all the work on.</strong></p>
<p>This leads me to the perspective of the next part of the series: If you plugged in the most expensive CPU and enormous amounts of RAM to speed up your buildbox, you still aren&#8217;t done. You should invest some time to look into distributed builds. <a href="http://www.hudson-ci.org" target="_blank">Hudson</a> as our continuous integration server provides nearly instant &#8220;build slave&#8221; support. With this feature, you can set up a whole build farm to further increase your build throughput.</p>
<p>Stay tuned for &#8220;Part IV: Beyond the box&#8221;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Programs That Can Make Your Computer Run Faster]]></title>
<link>http://raziin.wordpress.com/2009/10/27/programs-that-can-make-your-computer-run-faster/</link>
<pubDate>Tue, 27 Oct 2009 07:13:47 +0000</pubDate>
<dc:creator>raziin</dc:creator>
<guid>http://raziin.wordpress.com/2009/10/27/programs-that-can-make-your-computer-run-faster/</guid>
<description><![CDATA[It’s a common problem among computer users: after a few months, our computers become weighed down by]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://raziin.wordpress.com/files/2009/10/preview_need_for_speed_most_wanted_3.jpg"><img class="aligncenter size-full wp-image-373" title="needforspeed mostwanted3" src="http://raziin.wordpress.com/files/2009/10/preview_need_for_speed_most_wanted_3.jpg" alt="needforspeed mostwanted3" width="480" height="360" /></a>It’s a common problem among computer users: after a few months, our computers become weighed down by programs and all sorts of other junk, and inevitably become sluggish. For the less tech-savvy users, this may induce thoughts like “Why is my computer so terrible?” or “I guess I could always upgrade this… what-cha-ma-callit RAM thing”.</p>
<p>Regular maintenance is usually required to keep a computer optimized and running at its best. Here are four programs that will make your computer faster, and four trade-offs to help make the best use out of the amount of RAM that’s installed on your computer.<!--more--></p>
<h3>MSConfig</h3>
<p>For those who despair endlessly that their computer lags too much at start up yet don’t know how to go about fixing that, taking a look through MSConfig would be the place to start. Msconfig can by accessed by hitting Windows-R, which brings up the “Run” dialog, and typing in “msconfig”. Under the “Start Up” tab, there is a list of programs and executables that are launched when the computer starts up.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/msconfig.png" alt="how to make my computer run faster " width="585" height="391" /><br />
Having a lot of programs that start up when the computer boots is one of the main reasons that boot times are so long, for most PC users. Thus, the remedy would be to go through the entire list and uncheck anything that is unnecessary to have on boot up. If there are any entries you are not sure about, be sure to check them thoroughly on the internet before messing with them, as unchecking the wrong entries could potentially mess up the functionality of some of your programs.</p>
<h3>CCleaner</h3>
<p><a href="http://www.ccleaner.com/download">CCleaner</a> stands for “Crap Cleaner” and that is exactly what the program is great for. Over time, temporary files bog down your system, and take up unnecessary space in your harddrive. Thus, it is good PC maintenance practice to go through your computer once every while, and delete all the temp files.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/ccleaner.png" alt="how to make my computer run faster " width="550" height="399" /></p>
<p>It is incredibly simple: just navigate to the Cleaner tab in CCleaner, check everything you want to clean up (it would be best to leave the “Advanced” section alone, unless you know what those entries refer to), and then clean Analyze. You’ll then see an overview of what CCleaner is about to clean up and delete, and how much space CCleaner will free up for you. To permanently erase the temp files off your computer, simply click “Run Cleaner,” and all those temp files will be history.</p>
<p>Temp files aren’t the only junk files cluttering up your computer, however. Broken registry keys also pose a huge problem when it comes to useless files clogging up your system. Fortunately, CCleaner also has the ability to keep your registry clean.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/ccleanre3.gif" alt="programs that make your computer faster " width="570" height="481" /></p>
<p>To do this, use the “Registry” tab in Ccleaner. Once again, select all the entries you want CCleaner to prune, and let it do its thing. The only difference between this type of maintenance and clearing temp files is that if you accidentally delete a key that is still being used by your system, your computer can begin to function strangely. With that said, you should back up your registry settings before you give CCleaner the go ahead to torch everything. When you click “Fix Selected Issues” to delete the faulty registry entries, CCleaner will prompt you to back up your registry, and you should always click ‘yes’.</p>
<p>CCleaner was also discussed by Stefan in his article <a href="http://www.makeuseof.com/tag/how-to-uninstall-applications-efficiently-and-remove-obsolete-files/">How To Uninstall Applications Efficiently And Remove Obsolete Files</a>.</p>
<h3>Revo Uninstaller</h3>
<p><a href="http://www.revouninstaller.com/index.html">Revo Uninstaller</a> is like the on-steroids version of your own Add and Remove Programs option in the Control Panel, but it also scans your computer for any files that the default uninstaller doesn’t catch, and deletes them. Revo’s layout is pretty much exactly the same as the Add and Remove Programs dialog, so it should be simple to navigate.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/revo.gif" alt="programs that make your computer faster " width="570" height="407" /></p>
<p>Revo also has a panel that lists all of the clean up tools that are provided with Windows systems. This menu can be accessed by clicking the Tools icon, and then the Windows Tools tab on the left.</p>
<p>For a more in-depth review of Revo Uninstaller, check out Jimmy’s article <a href="http://www.makeuseof.com/tag/revo-uninstaller-will-hunt-down-your-bloatware/">Revo Uninstaller Will Hunt Down Your Bloatware</a>.</p>
<h3>Defraggler</h3>
<p>So once you’ve cleared all of the unnecessary files from your computer, there are now a bunch of holes where the data for those files used to be. While this may seem like no big deal to most people, having random gaps of empty space can also slow down your computer, because the rest of your files are still splintered into many different pieces, and the newly generated empty space isn’t being used efficiently. The more pieces a file is split to, the longer it takes the computer to access that file, so it makes sense to put all these pieces back together, once space has been cleared up to store whole files.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/10/defraggler.png" alt="programs that make your computer faster " width="550" height="467" /></p>
<p><a href="http://www.piriform.com/defraggler">Defraggler</a> is one of the best free defragmentation tools on the market. The visual representation of the space on the computer as pieces of files are being reunited is extremely enlightening, because most people don’t realize the extent of file splintering on their systems.</p>
<p>But cleaning up your computer isn’t the only thing you can do to optimize how fast your computer runs. Believe it or not, the programs you choose to perform daily actions such as chatting, or opening PDFs, can also affect your computer’s running speed.</p>
<h2>Best Program Trade-Offs</h2>
<p>This section discusses several alternative applications that perform more efficiently and provides your computer with the speed boost that it needs. Especially on slower computers, the difference is quite noticeable. Try it them out for yourselves!</p>
<h3>1. <a href="http://www.pidgin.im/">Pidgin </a>vs. <a href="http://www.aim.com/">AIM</a></h3>
<p>If you don’t mind the spartan interface, <a href="http://www.makeuseof.com/tags/pidgin/">Pidgin</a> is a great multi-protocol IM client with a light footprint. Unfortunately it doesn’t natively support video chat, but it does have a plug-in for Skype (although you’ll need to have Skype running to use it).</p>
<h3>2. <a href="http://www.mozilla.com/en-US/firefox/personal.html?from=getfirefox">Firefox</a> or <a href="http://www.google.com/chrome">Chrome</a> vs Internet Explorer</h3>
<p>I recommend this switch not just based off memory footprint, but also because both <a href="http://www.makeuseof.com/tags/firefox/">Firefox</a> and <a href="http://www.makeuseof.com/tags/google-chrome/">Chrome</a> trump IE when it comes to <a href="http://www.makeuseof.com/tag/how-to-install-extensions-in-google-chrome/">customization</a> and start-up times.</p>
<h3>3. <a href="http://www.foxitsoftware.com/pdf/reader/">Foxit Reader</a> vs <a href="http://get.adobe.com/reader/">Adobe Reader</a></h3>
<p>Adobe Reader is notorious for its slow load times, especially when it comes to huge documents. Being a student, I regularly load 500+ page PDFs (the digital versions of my textbooks), so having to wait ages for them to load would be severely detrimental to my productivity. Foxit Reader, however, is so snappy that a 500+ page PDF loads almost instantly, and the browser integration is much smoother and faster than that of Adobe Reader. Once again, the interface is a bit more spartan, but Foxit definitely packs more features, and is a very worthy switch.</p>
<p>Click here for Guy’s article on <a href="http://www.makeuseof.com/tag/a-quadruple-of-light-alternatives-to-adobe-reader/">more light alternatives to Adobe Reader</a>.</p>
<h3>4. <a href="http://www.videolan.org/vlc/">VLC Player</a> vs Windows Media Player</h3>
<p>VLC is like the Pidgin of media players in that it supports a multitude of different video formats, and has a quick loading interface. Another great, recently implemented feature of VLC is that it can now be skinned to fit in with your windows theme!</p>
<h3>5. <a href="http://www.foobar2000.org/">Foobar2000</a> vs iTunes</h3>
<p>The great thing about Foobar is that it is so customizable: everything from the layout of the interface to the plug-ins to extend the program’s capabilities can be tweaked. Many people worry that without iTunes, they wont’ be able to sync their iPod or iPhone, but Foobar actually has a plug-in to support iPod syncing.</p>
<p>Today, I’ve covered eight of the best programs for de-crapping your computer and maximizing your available RAM. Hopefully you’ve found a few of these programs to your liking, and decide to trade out your slow, sluggish apps for something a bit more snappy. Here they are again:</p>
<p><strong>CCleaner</strong> – <a href="http://www.ccleaner.com/download">Download</a><br />
<strong>Revo Uninstaller</strong> – <a href="http://www.revouninstaller.com/index.html">Download</a><br />
<strong>Defraggler</strong> – <a href="http://www.piriform.com/defraggler">Download</a><br />
<strong>Pidgin</strong> – <a href="http://www.pidgin.im/">Download</a><br />
<strong>Firefox</strong> – <a href="http://www.mozilla.com/en-US/firefox/personal.html?from=getfirefox">Download</a><br />
<strong>Chrome</strong> – <a href="http://www.google.com/chrome">Download</a><br />
<strong>Foxit Reader</strong> – <a href="http://www.foxitsoftware.com/pdf/reader/">Download</a><br />
<strong>VLC Player</strong> – <a href="http://www.videolan.org/vlc/">Download</a><br />
<strong>Foobar2000</strong> – <a href="http://www.foobar2000.org/">Download</a></p>
<p>Try out our suggestions, and let us know if they help speed up your computer a bit. If you have your own favorite programs for speeding up your computer, let us know in the comments!</p>
<p><a href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fraziin.wordpress.com%2F2009%2F10%2F27%2Fspeeding-up-your-pc%2F&#38;linkname=Programs%20That%20Can%20Make%20Your%20Computer%20Run%20Faster"><img src="http://static.addtoany.com/buttons/share_save_120_16.gif" alt="Share" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Perbandingan flexinet unlimited, smart unlimited dan fren mobi unlimited]]></title>
<link>http://mbahnya.wordpress.com/2009/10/24/perbandingan-flexinet-unlimited-smart-unlimited-dan-fren-mobi-unlimited/</link>
<pubDate>Sat, 24 Oct 2009 00:19:06 +0000</pubDate>
<dc:creator>mbahnya</dc:creator>
<guid>http://mbahnya.wordpress.com/2009/10/24/perbandingan-flexinet-unlimited-smart-unlimited-dan-fren-mobi-unlimited/</guid>
<description><![CDATA[ini adalah murni dari hasil pengalaman saya mencoba tiga layanan internet yang berbeda, adapun hasil]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>ini adalah murni dari hasil pengalaman saya mencoba tiga layanan internet yang berbeda, adapun hasil mugkin akan berbeda dengan di tempat anda. Untuk flexi dan smart saya pakai modem hape 2115i dengan sinyal sama lima bar dari delapan bar yang ada</p>
<p>Flexinet Unlimited<br />
Merupakan layanan berbasis data dari telkom flexi, dengan layanan ini anda dapat intenetan sepuasnya cuma dengan Rp. 2500 / hari atau Rp. 15.000 / hari. Caranya ketik REG HARIAN / REG MINGGUAN kirim ke 2255. setalah itu anda akan mendapat konfirmasi username, password dan nomor dial. INGAT ..!! apabila anda menggunakan username dan password biasanya yaitu telkomnet@flexi maka otomatis yang terpotong adalah pulsa reguler, walaupun register flexinet unlimited anda sudah ada konfirmasi berhasil.</p>
<p>Soal kecepatan, Payah&#8230;.. untuk download <!--more-->cuma dapat 3 kbps dan langsung drop ke 1 kbps. Hasil speedtest dari speedtest.net nggak ada, lha gimana mau ngecek kecepatannya, untuk membuka halaman speedtest.net saja nggak bisa. Akhirya pake milik sijiwae.net/speedtest. Dengan hasil kecepatan 14 kbps. Buka facebook dan yahoo harus puas dengan versi mobile di m.fcebook.com / m.yahoo.com</p>
<p>Sebenarnya saya pertama langsung milih flexi karena berpikir bahwa itu milik PT. Telkom yang mana tentu jaringan dan layanannya pasti lebih bagus. Tapi ternayata flexinet nasibnya sama denga telkom flash yang banyak di cacimaki pelanggan. Mengenaskan nasib telkom ini.</p>
<p>Smart<br />
saya menggunakan kartu smart yang ada gratisan satu gigi perbulan. Dengan hasil cukup lumayan. Lebih cepat dari flexi. Ohya maaf nggak bisa ngasih hasil speedtestnya, karena kartunya keburu di pinjam sama yang punya. Xixixixi.</p>
<p>Fren mobi unlimited<br />
Kartunya saya dapat ketika membeli usb modem cdma merk Speedup di HI Tech  mall atau yang lebih terkenal dengan THR MALL surabaya dengan harga Rp.3.87.500,- pertama kali tidak saya daftarkan mobi unlimited, tapi pakai pulsa regular. Ternyata puas. Langsung cabut ke konter pulsa tetangga rumah beli pulsa fren 50 rb dan dapat pulsa tambahan 25 rb. Kalau dla brosurnya disebutkan 100 rb untuk internetan tiga bulan non stop. Cara daftarnya, ketik REG MAX50 SPEEDUP kirim ke 777 (ini sama persis seperti petunjuk dari brosurnya speedup) dan hanya berlaku untuk kartu fren sobat. Lalu akan dapat balasan konfirmasi tentang user name dan password nya. Dan sekali lagi awas&#8230;..! gunakan password dan username yang baru diberikan lewat sms jangan pakai m8.</p>
<p>Hasil speedtes.net <img src="http://www.speedtest.net/result/599330336.png" alt="speedtest fren mobi" /> kalau dai sijiwae Kecepatan koneksi : 82.7 Kbps<br />
10.1 K Bytes/sec</p>
<p>Ohya, hampir lupa, saya pakai Linux Mint Gloria</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Speed up your buildbox, Part II: Processor]]></title>
<link>http://schneide.wordpress.com/2009/10/19/speed-up-your-buildbox-part-ii-processor/</link>
<pubDate>Mon, 19 Oct 2009 17:25:51 +0000</pubDate>
<dc:creator>daniel.lindner</dc:creator>
<guid>http://schneide.wordpress.com/2009/10/19/speed-up-your-buildbox-part-ii-processor/</guid>
<description><![CDATA[In the first part of our effort to speed up our buildbox, we replaced the spindle harddisk with a So]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://schneide.wordpress.com/files/2009/09/fotolia_10291909_xs.jpg"><img class="alignleft size-thumbnail wp-image-897" style="border:1px solid black;margin-left:5px;margin-right:5px;" title="© Friedberg - Fotolia.com" src="http://schneide.wordpress.com/files/2009/09/fotolia_10291909_xs.jpg?w=150" alt="© Friedberg - Fotolia.com" width="188" height="148" /></a>In <a href="http://schneide.wordpress.com/2009/09/15/speed-up-your-buildbox-part-i-introduction-harddisk/" target="_blank">the first part of our effort</a> to speed up our buildbox, we replaced the spindle harddisk with a Solid State Disk (SSD) and finally, a RAM disk. This brought the build time down from 03:30 minutes to 02:50 minutes.</p>
<p><strong>The Central Performance Unit</strong></p>
<p>The next step on our journey to a faster buildbox was to replace the processor. Our initial processor was an Intel <a href="http://en.wikipedia.org/wiki/Conroe_%28microprocessor%29" target="_blank"><strong>Core2 Duo E6750</strong></a> with 2.67 GHz. To our pleasure, the processor socket, namely the <a href="http://en.wikipedia.org/wiki/LGA_775" target="_blank">LGA775</a> socket, is extremely versatile in supporting different processors. We had no problem in plugging in faster dual or even quad core processors, except upgrading the BIOS.</p>
<p><strong>Taking the 3 GHz mark<br />
</strong></p>
<p>The next processor to try out was an Intel<a href="http://en.wikipedia.org/wiki/Wolfdale_%28microprocessor%29" target="_blank"> <strong>Core2 Duo E8500</strong></a> with 3.17 GHz operating frequency. The L2 cache went up from 4 MB to 6 MB.</p>
<p>The build time went down immediately <strong>from 02:50 minutes to 02:20 minutes</strong>. That&#8217;s nearly 20 percent less build time. And it&#8217;s perfectly linear with the CPU speed increase (also nearly 20 percent).</p>
<p>As a result: Investing in CPU clock power seems to pay off. The higher the frequency, the lower the build time.</p>
<p><strong>Doubling the cores</strong></p>
<p>Fortunately, the LGA775 socket supports quad core processors, too. We plugged in a <a href="http://en.wikipedia.org/wiki/Yorkfield_%28microprocessor%29" target="_blank"><strong>Core2 Quad Q9550</strong></a> with 2.8 GHz and ran the build again.</p>
<p>The result was astonishing: Despite the lower frequency, the build time dropped <strong>from 02:20 minutes to 02:00 minutes</strong>. We can&#8217;t really explain this one with basic math like the frequency coupling of the dual cores.</p>
<p>If your build is perfectly multithreaded, <a href="http://blogs.sun.com/jjg/entry/towards_a_multi_threaded_javac" target="_blank">something javac isn&#8217;t</a>, you&#8217;ll notice an even bigger speedup.</p>
<p>To sum it up: <strong>you can&#8217;t have enough GHz or processor cores when running a build</strong>.</p>
<p><strong>Reviewing the result</strong></p>
<p>We replaced the harddisk with RAM and upgraded the processor to meet the current performance threshold. This brought us from a starting 03:30 minutes build time to 02:00 minutes now. <strong>The CPU is the major player in this game, so upgrade it first.</strong></p>
<p><strong>Outlook on the third part</strong></p>
<p>But what about the RAM? We really wanted to know what happens when we replace the RAM with bigger and faster one. Read more about this experiment in the third part of the series, coming soon.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[5 Speedy Tips For Faster Browsing In Firefox]]></title>
<link>http://ubuntugide.wordpress.com/2009/10/09/5-speedy-tips-for-faster-browsing-in-firefox/</link>
<pubDate>Thu, 08 Oct 2009 18:46:22 +0000</pubDate>
<dc:creator>hardik123</dc:creator>
<guid>http://ubuntugide.wordpress.com/2009/10/09/5-speedy-tips-for-faster-browsing-in-firefox/</guid>
<description><![CDATA[If you’ve ever used Firefox you’ll appreciate the fact that it’s incredibly easy to use and intuitiv]]></description>
<content:encoded><![CDATA[If you’ve ever used Firefox you’ll appreciate the fact that it’s incredibly easy to use and intuitiv]]></content:encoded>
</item>
<item>
<title><![CDATA[Ускорение Netbeans]]></title>
<link>http://evilbloodydemon.wordpress.com/2009/09/24/netbeans-speedup/</link>
<pubDate>Thu, 24 Sep 2009 06:01:08 +0000</pubDate>
<dc:creator>evilbloodydemon</dc:creator>
<guid>http://evilbloodydemon.wordpress.com/2009/09/24/netbeans-speedup/</guid>
<description><![CDATA[Netbeans &#8211; самая лучшая IDE для разработки на php, но иногда несколько задумчивая. Этот недост]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Netbeans &#8211; самая лучшая IDE для разработки на php, но иногда несколько задумчивая. Этот недостаток исправляется некоторыми настройками для java-машины.<br />
В /etc/netbeans.conf или в ярлык для запуска IDE нужно добавить следующие опции</p>
<p><code>-J-client -J-Xms32m -J-Xmx384m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m -J-Xverify:none -J-XX:CompileThreshold=100 -XX:+CompressedOOPS -XX:+AggressiveOpts -XX:+TieredCompilation -XX:+DoEscapeAnalysis -XX:+UseConcMarkSweepGC -J-XX:+CMSClassUnloadingEnabled -J-XX:+CMSPermGenSweepingEnabled</code></p>
<p>Таким образом мы разрешаем использовать до 384 мб памяти, компилировать в машинный код большинство функций и оптимизировать их.</p>
<p>Результат вас приятно удивит.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Speed up your buildbox, Part I: Introduction &amp; Harddisk]]></title>
<link>http://schneide.wordpress.com/2009/09/15/speed-up-your-buildbox-part-i-introduction-harddisk/</link>
<pubDate>Tue, 15 Sep 2009 20:51:33 +0000</pubDate>
<dc:creator>daniel.lindner</dc:creator>
<guid>http://schneide.wordpress.com/2009/09/15/speed-up-your-buildbox-part-i-introduction-harddisk/</guid>
<description><![CDATA[We actively use Hudson as our continuous integration server software. It has a nice little feature c]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>W<strong><a href="http://schneide.wordpress.com/files/2009/09/fotolia_10291909_xs.jpg"><img class="alignleft size-thumbnail wp-image-897" style="border:1px solid black;margin-left:5px;margin-right:5px;" title="© Friedberg - Fotolia.com" src="http://schneide.wordpress.com/files/2009/09/fotolia_10291909_xs.jpg?w=150" alt="© Friedberg - Fotolia.com" width="188" height="148" /></a></strong>e actively use <a href="http://hudson.dev.java.net/" target="_blank">Hudson as our continuous integration server software</a>. It has a nice little feature called &#8220;build history trend&#8221; that shows the duration of all archived builds. One of our major projects started out small and fast with a build duration of 01:20 minutes. One and a half year later, it reached for the 04:00 minute hurdle. It wasn&#8217;t a surprise to us, as the build has more than four times the work now and the hardware staid the same.</p>
<p>But a question emerged: <strong>How can we speed up our build?</strong></p>
<p><strong>Applying optimization: The basic maths</strong></p>
<p>We did a quick review of our ant build scripts to ensure there&#8217;s nothing fundamentally wrong with them and then decided which road to follow first: Optimizing the build scripts or boosting the hardware? There is only one pragmatic answer to us: boost the hardware as long as it stays reasonable in price. Every optimization in the build script would need its time (which isn&#8217;t cheap) and possibly increase the script complexity (which is very expensive later on).</p>
<p><strong>Optimizing the hardware</strong></p>
<p>So we went on the journey to make a fast buildbox even faster. We started out with a dual core processor (2.6 GHz), a decent-but-standard harddisk and 4 GB of memory. We replaced every part on its own to see the effect. The journey includes:</p>
<ul>
<li><a href="http://schneide.wordpress.com/2009/09/15/speed-up-your-buildbox-part-i-introduction-harddisk/" target="_self">Part I: The harddisk</a></li>
<li><a href="http://schneide.wordpress.com/2009/10/19/speed-up-your-buildbox-part-ii-processor/" target="_blank">Part II: The processor</a></li>
<li><a href="http://schneide.wordpress.com/2009/11/16/speed-up-your-buildbox-part-iii-memory/" target="_blank">Part III: The memory</a></li>
<li>Part IV: Beyond the box</li>
</ul>
<p>Our goal is to cut our build time down by 50 percent, to a little less than 02:00 minutes. We don&#8217;t want to spend more than 500 EUR for new hardware. So now, after this introduction:</p>
<p><strong>Part I: Replacing the harddisk</strong></p>
<p>Our buildbox starts with a more or less normal harddisk (0.5 TB), certified for continuous usage. We could have bought just another normal harddisk of a newer generation, but that doesn&#8217;t cut it in our experience (we didn&#8217;t verify specifically, though).</p>
<p><strong>Calling the carnivores</strong></p>
<p>If you need to upgrade your harddisk, you can buy yourself a <a href="http://www.wdc.com/en/products/Products.asp?DriveID=494" target="_blank">VelociRaptor</a> drive and be <a href="http://www.codinghorror.com/blog/archives/000800.html" target="_blank">pretty much assured</a> that <a href="http://blog.ehuna.org/2009/02/speed_up_your_computer_get_a_1.html" target="_blank">you&#8217;ll notice the difference</a>. We had pleasant experiences with this kind of fast-spinning drives before, but this time, we wanted to go a step further and try a fast <a href="http://en.wikipedia.org/wiki/Solid-state_drive" target="_blank">Solid State Disk (SSD)</a>. As you only need to relocate the working directories (called workspaces in hudson terminology) of your projects to the new disk, the capacity isn&#8217;t important as long as it&#8217;s greater than your project sizes. You can just plug your new disk in the buildbox and format it with a high performance file system. As our buildbox runs on Linux, relocating the workspace is just setting a symbolic link. You do not even tell hudson about it. If you happen to run on Windows, check out the &#8220;use custom workspace&#8221; setting on your job&#8217;s configuration page.</p>
<p>An investment of about 200 EUR and 15 minutes of installation later, we had the result: The build average before was 03:30 minutes and now 03:10 minutes. That&#8217;s not a big leap forward, <a href="http://jeffreypalermo.com/blog/speeding-up-the-build-ndash-ditch-the-ssd-and-go-for-the-ram-drive/" target="_blank">as others found out, too</a>. It&#8217;s not that the SSD was bad, it performed exceptionally well in the benchmarks, but the harddisk wasn&#8217;t the bottleneck. To further proof our assumption, we installed the fastest harddrive you can get: the RAM disk.</p>
<p><strong>Only pretend to use the disk<br />
</strong></p>
<p>Linux (like other unixoid systems) has the great feature of an <a href="http://en.wikipedia.org/wiki/Ramdisk" target="_blank">emulated harddisk right in your memory</a>. On Debian/Ubuntu systems, this emulated drive is mounted at /dev/shm and has a capacity of half your total physical memory. It grows dynamically, so you don&#8217;t have to worry about its initial size. But you have to check if your workspace fits into it. Our buildbox had 4 GB of RAM and 2 GB were enough to contain the hudson workspace. We configured hudson to build there (you can use symbolic links or the &#8220;custom workspace&#8221; setting as shown in the picture) and got the result: The build average went down to 02:50 minutes.</p>
<p><a href="http://schneide.wordpress.com/files/2009/09/custom_workspace.png"><img class="aligncenter size-full wp-image-899" title="custom_workspace" src="http://schneide.wordpress.com/files/2009/09/custom_workspace.png" alt="custom_workspace" width="450" height="132" /></a></p>
<p><strong>Review on the results</strong></p>
<p>That&#8217;s as far as we could speed up our buildbox by just replacing the harddisk. Down from 03:30 minutes to 02:50 minutes, a <strong>reduction of 40 seconds or 20 percent</strong>. In fact, we even cheated as the buildbox doesn&#8217;t use an harddisk anymore for building. With Linux, it&#8217;s incredibly easy to utilize a RAM disk as long as you have enough RAM to loan. For Windows systems, there are several software products that can do the same. If you don&#8217;t want to loan your RAM, you can look into <a href="http://www.hyperossystems.co.uk/" target="_blank">HyperDrives</a>, but for a price!</p>
<p><strong>So we conclude that the fastest harddisk is an emulated one and even then, its effect on the build time is limited.</strong></p>
<p>Stay tuned for the <a href="http://schneide.wordpress.com/2009/10/19/speed-up-your-buildbox-part-ii-processor/" target="_blank">next episode of our journey</a> to a faster buildbox, when we apply a faster CPU.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Tune Up Your Firefox with FireTune]]></title>
<link>http://aksgeek.wordpress.com/2009/09/10/tune-up-your-firefox-with-firetune/</link>
<pubDate>Wed, 09 Sep 2009 18:30:00 +0000</pubDate>
<dc:creator>Akshat</dc:creator>
<guid>http://aksgeek.wordpress.com/2009/09/10/tune-up-your-firefox-with-firetune/</guid>
<description><![CDATA[&#160;&#160;&#160; Previously, I’ve shared with you articles like “Convert Firefox into FasterFox” a]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><font size="3" face="Georgia">&#160;&#160;&#160; <img style="display:inline;margin-left:0;margin-right:0;" align="left" src="http://i30.tinypic.com/j9ncr6.jpg" width="126" height="115" /> Previously, I’ve shared with you articles like “<a href="http://aksgeek.wordpress.com/2009/06/06/convert-firefox-into-fasterfox/">Convert Firefox into FasterFox</a>” and “ <a href="http://aksgeek.wordpress.com/2009/08/30/speed-up-your-firefox-with-speedyfox/">Speed Up your Firefox with SpeedyFox</a>” to optimize FireFox. Moving futher, today I’m sharing with you another free tool called <strong>FireTune</strong> which optimize Firefox and make it faster. </font></p>
<p> <!--more-->
<p><font size="3" face="Georgia">&#160;&#160;&#160; Usually you have to optimize Firefox manually, which can be time consuming and difficult for the novice user. FireTune helps you here &#8211; it includes all the performance optimizations. The only thing you must do is: make your selection. FireTune does the work for you. </font></p>
<p><font size="3" face="Georgia">&#160;&#160; Basically it is based on a collection of optimization settings collected and tested by Tweakfactor. </font></p>
<p>&#160;&#160;&#160;&#160;&#160; <img src="http://i30.tinypic.com/25zr0hw.jpg" width="421" height="387" /> </p>
<blockquote><p><font size="3" face="Georgia"><strong><u>Key Features:-</u></strong> </font></p>
<ul>
<li><font size="3" face="Georgia">No installation or uninstallation required &#8211; download, unzip, execute and you are done </font></li>
<li><font size="3" face="Georgia">Speed improvements according to your computer speed </font></li>
<li><font size="3" face="Georgia">Improves browsing speed according to your internet connection speed </font></li>
<li><font size="3" face="Georgia">Speed improvements for slow, medium and fast computers / connection speeds </font></li>
<li><font size="3" face="Georgia">Enables some hidden tweaks of Firefox for even more browsing speed </font></li>
<li><font size="3" face="Georgia">Includes a configuration backup and restore function </font></li>
<li><font size="3" face="Georgia">Optimizes SSL connection speed </font></li>
<li><font size="3" face="Georgia">Optimizes Firefox memory usage </font></li>
<li><font size="3" face="Georgia">Works with the installable and the portable version of Firefox </font></li>
<li><font size="3" face="Georgia">Multi language user interface: includes language files for more than 30 languages </font></li>
<li><font size="3" face="Georgia">Includes a help file with details on what FireTune exactly does </font></li>
<li><font size="3" face="Georgia">Online update check &#8211; notifies you when a new version is available </font></li>
<li><font size="3" face="Georgia">Completely FREE &#8211; FireTune is freeware and does not cost a cent!          <br /></font></li>
</ul>
</blockquote>
<p><font size="3" face="Georgia">&#160;&#160; To check whether your Firefox is faster or not after optimizing&#160; it, you can refer to my <a href="http://aksgeek.wordpress.com/2009/08/30/speed-up-your-firefox-with-speedyfox/">previous article</a>.</font></p>
<p><font size="3" face="Georgia"><a href="http://dl.totalidea.com/files/public/firetune.zip">Download FireTune</a> v 1.2.0 (1MB)</font></p>
<p><font size="3" face="Georgia">Enjoy! </font></p>
<p><font size="3" face="Georgia"></font></p>
</p>
<p>For more information about <a href="http://www.totalidea.com/product.php?Product=FireTune" target="_blank">FireTune</a></p>
<p>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:1ea67bfe-6b9b-4f19-9260-b4f3c760e158" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/firefox" rel="tag">firefox</a>,<a href="http://technorati.com/tags/speeding+up" rel="tag">speeding up</a>,<a href="http://technorati.com/tags/firefox+optimizer" rel="tag">firefox optimizer</a>,<a href="http://technorati.com/tags/fastefox" rel="tag">fastefox</a>,<a href="http://technorati.com/tags/firetune" rel="tag">firetune</a>,<a href="http://technorati.com/tags/speedyfox" rel="tag">speedyfox</a>,<a href="http://technorati.com/tags/Tutorials" rel="tag">Tutorials</a>,<a href="http://technorati.com/tags/speedup" rel="tag">speedup</a>,<a href="http://technorati.com/tags/optimize" rel="tag">optimize</a>,<a href="http://technorati.com/tags/mozilla+firefox" rel="tag">mozilla firefox</a>,<a href="http://technorati.com/tags/free" rel="tag">free</a>,<a href="http://technorati.com/tags/tune+up" rel="tag">tune up</a></div></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows Vista/XP Gaming Mode]]></title>
<link>http://montelof.wordpress.com/2009/09/09/windows-vistaxp-gaming-mode/</link>
<pubDate>Wed, 09 Sep 2009 17:30:30 +0000</pubDate>
<dc:creator>montelof</dc:creator>
<guid>http://montelof.wordpress.com/2009/09/09/windows-vistaxp-gaming-mode/</guid>
<description><![CDATA[Como optimizar Windows vista/XP, para correr mas rápidamente los juegos, incrementar los frames por ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><em>Como optimizar Windows vista/XP, para correr mas rápidamente los juegos, incrementar los frames por segundo (fps), liberar memoria, reiniciar mas rápido la PC, eliminar los servicios “basura”, etc.</em></p>
<p>&#160;</p>
<p>En un post anterior comente q había optimizado vista para acelerar la velocidad de refresco de los juegos 3D, así q a continuación les muestro q es lo q hice y como pasar de “vista lento” a “vista normal” en 1 minuto. Recuerden q deben seguir las instrucciones bajo su propia responsabilidad.</p>
<p>&#160;</p>
<p>Primero debemos bajar este programa: </p>
<p><a href="http://www.iobit.com/gamebooster.html" target="_blank"><img title="gb" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="107" alt="gb" src="http://montelof.files.wordpress.com/2009/09/gb.jpg?w=112&#038;h=107" width="112" border="0"></a> </p>
<p><a href="http://www.iobit.com/gamebooster.html" target="_blank">GameBooster</a></p>
<p>&#160;</p>
<p>A continuacion deben bajar este script:</p>
<p><a href="http://agnipulse.com/2009/02/kill-all-running-apps-with-a-double-click/" target="_blank"><img title="killpicxp" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="125" alt="killpicxp" src="http://montelof.files.wordpress.com/2009/09/killpicxp.jpg?w=244&#038;h=125" width="244" border="0"></a></p>
<p><a href="http://agnipulse.com/2009/02/kill-all-running-apps-with-a-double-click/" target="_blank">Download</a></p>
<p>&#160;</p>
</p>
<p>GameBooster detiene algunos de los servicios menos importantes de Windows vista, para liberar un poco de tiempo del procesador para su uso por los video juegos. Pero la lista de servicios es editable,así q podremos agregar unos cuantos mas, para ver la lista completa deben ir al siguiente link, donde esta clasificados por versión de sistema operativo: <a href="http://www.blackviper.com/WinXP/servicecfg.htm" target="_blank">Lista de Servicios</a></p>
<p>&#160;</p>
<p>En la lista de servicios hay una columna q se llama “Tweaked” q es la q yo use para filtrar solamente los q se van a Deshabilitar. De esta lista solo vamos a tomar la columna “Service Name (Registry)” la cual es la q acepta Gamebooster. a continuación les doy los pasos a grandes rasgos.</p>
<p>&#160;</p>
<ol>
<ol>
<li>Buscar la carpeta de Gamebooster y localizar gamebooster.ini.<br /><a href="http://montelof.files.wordpress.com/2009/09/image.png"><img title="image" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="179" alt="image" src="http://montelof.files.wordpress.com/2009/09/image_thumb.png?w=244&#038;h=179" width="244" border="0"></a> </li>
<li>Copiar la sección de servicios correspondiente a su sistema operativo en mi caso XP.</li>
<li>Pegar la lista en Excel utilizando el “import wizard” para separar en dos columnas en nombre y el numero 1 eligiendo “=” como separador.<br /><a href="http://montelof.files.wordpress.com/2009/09/image1.png"><img title="image" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="177" alt="image" src="http://montelof.files.wordpress.com/2009/09/image_thumb1.png?w=244&#038;h=177" width="244" border="0"></a> </li>
<li>Abrir la pagina de <a href="http://www.blackviper.com/WinXP/servicecfg.htm" target="_blank">Lista de Servicios</a> y copiar la tabla de servicios en otro documento de Excel diferente. lo q vamos a hacer es seleccionar únicamente el Service Name de los registros marcados como Deshabilitados.<br /><a href="http://montelof.files.wordpress.com/2009/09/image2.png"><img title="image" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="228" alt="image" src="http://montelof.files.wordpress.com/2009/09/image_thumb2.png?w=244&#038;h=228" width="244" border="0"></a> </li>
<li>A continuación copiamos esa columna a la lista original de gamebooster ordenamos por nombre y removemos los q se repiten.<br /><a href="http://montelof.files.wordpress.com/2009/09/image3.png"><img title="image" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="229" alt="image" src="http://montelof.files.wordpress.com/2009/09/image_thumb3.png?w=244&#038;h=229" width="244" border="0"></a></li>
<li> Ahora le concatenan “=1” recuerden q deben leer bien para q sirve cada servicio y remover los q Uds. consideren de la lista.<br /><a href="http://montelof.files.wordpress.com/2009/09/image4.png"><img title="image" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="228" alt="image" src="http://montelof.files.wordpress.com/2009/09/image_thumb4.png?w=244&#038;h=228" width="244" border="0"></a> </li>
<li>Esa lista la copiamos al archivo gamebooster.ini y lo grabamos. Así gamebooster va a Detener aproximadamente el doble de servicios q antes.</li>
<li>Esto no termina aqui. Ya q solo detenemos los servicios Microsoft. ahora falta detener todos los q no son. Ejecutar run-&#62; MSCONFIG.</li>
<li>Esconder los Servicios Microsoft, y a los q resten, quitarles el check, nuevamente repito, aunque lo ideal es detener todos los q no son Microsoft, podrías quedar vulnerable a virus si detienes los servicios de tus antivirus y demás, así q usa tu criterio.<br /><a href="http://montelof.files.wordpress.com/2009/09/image5.png"><img title="image" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="165" alt="image" src="http://montelof.files.wordpress.com/2009/09/image_thumb5.png?w=244&#038;h=165" width="244" border="0"></a> </li>
<li>A continuación pasamos al tab de Startup y quitamos el check a todos. (excepto los q Uds. consideren muy importantes).En mi caso yo quite todos menos el antivirus.<br /><a href="http://montelof.files.wordpress.com/2009/09/image6.png"><img title="image" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="165" alt="image" src="http://montelof.files.wordpress.com/2009/09/image_thumb6.png?w=244&#038;h=165" width="244" border="0"></a> </li>
<li>Hay q reiniciar.</li>
<li>Ok ya tenemos todo listo, recién iniciada la PC. Ejecutamos el archivo Kill.Bat q bajamos. Este archivo cierra todos los programas q estén corriendo bajo tu nombre de usuario solamente. No cierra procesos del sistema.</li>
<li>Ejecutamos Gamebooster y presionamos “Switch to Gaming Mode”.</li>
<li>Tu PC correrá tus juegos mas rápido q nunca.</li>
</ol>
</ol>
<blockquote></blockquote>
<p>&#160;</p>
<blockquote><p>Ahora para regresar todo a la normalidad. Puedes utilizar GameBooster y presionar “Back to Normal”, y además utilizar el MSCONFIG y cambiar a modo de reinicio Normal. Notaras la diferencia.</p>
</blockquote>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Speed Up your Firefox with SpeedyFox]]></title>
<link>http://aksgeek.wordpress.com/2009/08/30/speed-up-your-firefox-with-speedyfox/</link>
<pubDate>Sun, 30 Aug 2009 11:00:00 +0000</pubDate>
<dc:creator>Akshat</dc:creator>
<guid>http://aksgeek.wordpress.com/2009/08/30/speed-up-your-firefox-with-speedyfox/</guid>
<description><![CDATA[&#160;&#160; Previously,&#160; I’ve shared with you an article “Convert Firefox into FasterFox” and ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><font size="3" face="Georgia">&#160;&#160; <img style="display:inline;margin-left:0;margin-right:0;" align="left" src="http://i30.tinypic.com/x3i8ts.jpg" width="180" height="122" /> Previously,&#160; I’ve shared with you an article “<a href="http://aksgeek.wordpress.com/2009/06/06/convert-firefox-into-fasterfox/">Convert Firefox into FasterFox</a>” and now I’m taking that one step further and now I’m going to share with you free tool to speed up your Firefox.</font></p>
<p><font size="3" face="Georgia">&#160;&#160;&#160; Mozilla Firefox is by far the best feature-rich and fastest browser out there, but with the passage of time it slows down considerably. It will take a lot of time to load during startup, the overall speed will be effected, and browsing Histories will be too slow. This is very common problem and it occurs largely because of fragmentation of databases.</font></p>
<p> <!--more-->
<p><font size="3" face="Georgia">&#160;&#160;&#160; <strong><a href="http://www.crystalidea.com/speedyfox" target="_blank">SpeedyFox</a></strong> is a brand new small utility that fixes this problem with a single click! It seems unbelievable but after you optimize your Firefox with this tool, you will get a fresh newly-installed feel because the speed indeed gets considerably faster. You will get up 3 times faster startup speed, browsing history will become faster, and performing operations with cookies will be quicker than before.</font></p>
<p>&#160;&#160; <img src="http://i26.tinypic.com/2r5zqd2.jpg" /> </p>
<p><font size="3" face="Georgia"><strong><u>How does it work?</u></strong></font></p>
<p><font size="3" face="Georgia">&#160;&#160;&#160; Firefox uses SQLITE databases to store lots of its settings. By the time the databases grow and Firefox starts working slowly. SpeedyFox compacts those databases without loosing any data.</font></p>
<p><font size="3" face="Georgia"><strong><u>Features :-</u></strong></font></p>
<ul>
<li><font size="3" face="Georgia">Boost Firefox startup in up to 3 times! </font></li>
<li><font size="3" face="Georgia">Speed-up browsing history </font></li>
<li><font size="3" face="Georgia">Quicker operation with cookies </font></li>
</ul>
<p><font size="3" face="Georgia"><strong><u>Tutorial:-</u></strong></font></p>
<p><font size="3" face="Georgia">&#160;&#160;&#160; Once installed, SpeedyFox automatically detects your Firefox’s default profile. If you have more than one profile, you can select the one you want to optimize from the drop-down menu. All you have to do is select the default profile that you want to optimize and hit Speed Up Firefox button.</font></p>
<p><font size="3" face="Georgia">&#160;&#160;&#160; The optimization process can take anywhere from 5 minutes to an hour depending on how large your databases are. The whole optimization process is safe as it does not effect your history, bookmarks, passwords, etc.</font></p>
<p><font size="3" face="Georgia"></font></p>
<p><font size="3" face="Georgia"><strong><u>How to tell whether Firefox is faster after optimizing it:-</u></strong></font></p>
<p><font size="3" face="Georgia">1. Clear the cache of Firefox from the Firefox settings dialog &#8211; this is very important! </font></p>
<p>&#160; <img src="http://i31.tinypic.com/soa9oo.jpg" width="465" height="266" /> </p>
<p><font size="3" face="Georgia">2. Before you optimize Firefox, navigate to </font><a href="http://www.numion.com/stopwatch/"><font size="3" face="Georgia">http://www.numion.com/stopwatch/</font></a><font size="3" face="Georgia"> and do a speed test on </font><a href="http://www.mozilla.org/productsl/firefox/"><font size="3" face="Georgia">http://www.mozilla.org/productsl/firefox/</font></a></p>
<p>&#160;&#160; <img src="http://i27.tinypic.com/6s3kt3.jpg" width="462" height="88" /> </p>
<p><font size="3" face="Georgia">3. The time needed to load the site completely will be displayed to you in the browser window. Write down the time </font></p>
<p><font size="3" face="Georgia">4. Clear the cache of Firefox from the Firefox settings dialog again &#8211; this is very important! </font></p>
<p>&#160;&#160;&#160;&#160; <img src="http://i25.tinypic.com/2ltlyes.jpg" /> </p>
<p><font size="3" face="Georgia">5. Now, close Firefox, and optimize it with SpeedyFox</font></p>
<p><font size="3" face="Georgia">6. Start Firefox again, and repeat the speed test on </font><a href="http://www.mozilla.org/products/firefox/"><font size="3" face="Georgia">http://www.mozilla.org/products/firefox/</font></a></p>
<p><img src="http://i27.tinypic.com/2qmnuoy.jpg" width="466" height="82" /> </p>
<p><font size="3" face="Georgia">7. Compare the displayed result with the result from the test before the optimization.</font></p>
<p><font size="3" face="Georgia">&#160;&#160;&#160; SpeedyFox has significantly improved several factors that must be taken into account, however the results in most cases are satisfactory, you just check this out and feel&#160; the difference in speed of firefox. Download now!</font></p>
<p><font size="3" face="Georgia"><a href="http://www.crystalidea.com/download/speedyfox.exe">Download SpeedyFox.exe</a> (1.5MB)&#124; <a href="http://www.crystalidea.com/download/speedyfox_portable.zip">SpeedyFox(portable (1MB))</a> </font></p>
<p><font size="3" face="Georgia"></font></p>
<p><font size="3" face="Georgia">&#160;&#160;&#160; More tools to come in future, So stay connected. Subscribe to my <a href="http://feeds.feedburner.com/AksfeelTheChange"><em>RSS Feeds</em></a> or Subscribe via <a href="http://feedburner.google.com/fb/a/mailverify?uri=akshat">Email</a>. </font></p>
<p><font size="3" face="Georgia"></font>&#160;</p>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:f72be986-0a8e-4003-8665-74f75ded0f01" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/speedup" rel="tag">speedup</a>,<a href="http://technorati.com/tags/firefox" rel="tag">firefox</a>,<a href="http://technorati.com/tags/mozilla" rel="tag">mozilla</a>,<a href="http://technorati.com/tags/mozilla+firefox" rel="tag">mozilla firefox</a>,<a href="http://technorati.com/tags/speedyfox" rel="tag">speedyfox</a>,<a href="http://technorati.com/tags/optimize" rel="tag">optimize</a>,<a href="http://technorati.com/tags/convert+it+into+faster+fox" rel="tag">convert it into faster fox</a>,<a href="http://technorati.com/tags/check" rel="tag">check</a>,<a href="http://technorati.com/tags/check+speed" rel="tag">check speed</a>,<a href="http://technorati.com/tags/stopwatch" rel="tag">stopwatch</a></div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Three Must Have Free System Tools]]></title>
<link>http://billmullins.wordpress.com/2009/08/06/three-must-have-free-system-tools/</link>
<pubDate>Thu, 06 Aug 2009 15:48:08 +0000</pubDate>
<dc:creator>Bill Mullins</dc:creator>
<guid>http://billmullins.wordpress.com/2009/08/06/three-must-have-free-system-tools/</guid>
<description><![CDATA[I’m always on the lookout for system utilities to improve my system performance, (I run various oper]]></description>
<content:encoded><![CDATA[I’m always on the lookout for system utilities to improve my system performance, (I run various oper]]></content:encoded>
</item>
<item>
<title><![CDATA[Glary Utilities - All-in-One Free System Tool]]></title>
<link>http://billmullins.wordpress.com/2009/08/06/glary-utilities-all-in-one-free-system-tool/</link>
<pubDate>Thu, 06 Aug 2009 15:05:30 +0000</pubDate>
<dc:creator>Bill Mullins</dc:creator>
<guid>http://billmullins.wordpress.com/2009/08/06/glary-utilities-all-in-one-free-system-tool/</guid>
<description><![CDATA[Glary Utilities, a free all-in-one utility, is a wonderful collection of system tools and utilities ]]></description>
<content:encoded><![CDATA[Glary Utilities, a free all-in-one utility, is a wonderful collection of system tools and utilities ]]></content:encoded>
</item>
<item>
<title><![CDATA[How Anyone Can Repair Computer Errors on Their PC]]></title>
<link>http://recomperrors.wordpress.com/2009/07/31/how-anyone-can-repair-computer-errors-on-their-pc/</link>
<pubDate>Fri, 31 Jul 2009 03:09:34 +0000</pubDate>
<dc:creator>recomperrors</dc:creator>
<guid>http://recomperrors.wordpress.com/2009/07/31/how-anyone-can-repair-computer-errors-on-their-pc/</guid>
<description><![CDATA[You can repair computer errors on your PC or laptop, without even having to know anything about thei]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>You can <strong><a title="How Anyone Can Repair Computer Errors on Their PC" href="http://speedupmypc.ws" target="_blank">repair computer errors</a> </strong>on your PC or laptop, without even having to know anything about their inner workings.  All you need is a quality piece of software to help you out&#8211;one that you can buy for less than an hour of a computer technician&#8217;s time!</p>
<p>I&#8217;m not talking about an anti-virus program.  This sort of program is, of course, good to have.  After all, it protects your computer from infection, and (usually) catches the viruses that pass through, once it gets the proper updates.  But this only helps with threats that come from outside of your computer and doesn&#8217;t fix the actual computer errors themselves.</p>
<p>The same goes for anti-spyware applications.  Again, these are a vital part of PC and laptop security.  In fact, both anti-virus and anti-spyware programs are vital in preventing computer errors.  Unfortunately, they do not usually fix these errors&#8211;even when they remove the programs that caused them!</p>
<p>If you see an error message or mini-window on your computer, it&#8217;s almost certain the problem originates in the registry.  The registry is that part of your operating system that directs executable and process files, telling them which other hardware or software to interact with.</p>
<p>Unfortunately, programs like viruses, spyware programs, and Trojan horses often damage the registry.  They may disable important files in an attempt to make their own malicious processes run more smoothly.  Or, they may disguise their own processes under legitimate file names, causing your system&#8217;s functions to connect with the wrong files.</p>
<p>Fortunately, there do exist programs that will help you repair computer errors.  These programs are called registry cleaners.  They are built for the specific purpose of removing clutter and repairing damaged files in your registry.  And most of the good ones cost less than fifty bucks.</p>
<p>How do you know which registry cleaner is right for you?  Click on the link below, and you&#8217;ll be able to sign up for a free report on six ways to make your computer faster; you&#8217;ll also read reviews on the top programs that will help you once and for all repair computer errors.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[You Can Fix Blue Screen of Death Problems Without Re-Installing Windows]]></title>
<link>http://fbscreendeath.wordpress.com/2009/07/31/you-can-fix-blue-screen-of-death-problems-without-re-installing-windows/</link>
<pubDate>Fri, 31 Jul 2009 02:08:49 +0000</pubDate>
<dc:creator>fbscreendeath</dc:creator>
<guid>http://fbscreendeath.wordpress.com/2009/07/31/you-can-fix-blue-screen-of-death-problems-without-re-installing-windows/</guid>
<description><![CDATA[One of the scariest things when you need to fix blue screen of death problems is the fear that you]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>One of the scariest things when you need to <strong><a title="You Can Fix Blue Screen of Death Problems Without Re-Installing Windows" href="http://speedupmypc.ws" target="_blank">fix blue screen of death</a></strong> problems is the fear that you&#8217;ll have to re-install Windows and loose all of your old files.  Fortunately, this just isn&#8217;t so!</p>
<p>This scary blue screen often pops up when your operating system receives contradictory information about how it needs to run.  This problem is actually not a root problem, but a symptom of something that is wrong.</p>
<p>There are a few things that could be causing this.  Sometimes, the problem can be fixed as easily as removing the new RAM card you bought (not all RAM types work with all computers).</p>
<p>Other times, however, you may have software problems you need to resolve in order to fix blue screen of death.</p>
<p>First, you need to start your computer in safe mode.  Then, run whatever anti-virus and anti-spyware software you may have.  There are many viruses and &#8220;rogue anti-virus/anti-spyware&#8221; programs that will tell you to fix blue screen of death.  In fact, they will falsely display this screen just so you&#8217;ll freak out and buy their product!  You should only use anti-spyware programs that you have installed yourself.</p>
<p>If this doesn&#8217;t fix the problem, then the error is probably with your registry.  The registry is a database that tells a computer&#8217;s programs &#8220;where to go&#8221; when they operate.</p>
<p>If you&#8217;ve had a virus or other malicious software on your computer, you likely have a damaged  registry.  While anti-virus and anti-spyware programs may remove the original threat, they don&#8217;t always take care of the registry like you need them too.  For that, you need a registry cleaner.</p>
<p>Which registry cleaner is the best?  That all depends on  your needs.  You can read reviews AND get a free computer optimization report by clicking this link to fix blue screen of death.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Fix Your Slow Running Laptop]]></title>
<link>http://slowrunlaptop.wordpress.com/2009/07/30/how-to-fix-your-slow-running-laptop/</link>
<pubDate>Thu, 30 Jul 2009 19:35:24 +0000</pubDate>
<dc:creator>slowrunlaptop</dc:creator>
<guid>http://slowrunlaptop.wordpress.com/2009/07/30/how-to-fix-your-slow-running-laptop/</guid>
<description><![CDATA[Did  you know that you can probably fix your slow running laptop without buying any new hardware]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Did  you know that you can probably fix your <strong><a title="How to Fix Your Slow Running Laptop" href="http://speedupmypc.ws" target="_blank">slow running laptop</a></strong> without buying any new hardware&#8211;for less than it would cost you just to have your computer looked at?</p>
<p>Sounds too good to be true, right?  Well, it&#8217;s not.  In fact, the most common cause of a slow running laptop is not with any of its physical components.  The problem is usually with a vital part of the operating system known as the registry.</p>
<p>What does the registry do, and why is it making your computer run at less than optimum speed?</p>
<p>The answer to the first question is that the registry actually helps your computer to run faster than it otherwise would.  Every time you use or even open a program, its process files and routines need to work in conjunction with hardware and other software.</p>
<p>The registry records where these files need to be directed, and points them down the right path.  Without the registry, these process files and routines would have to search anew every time you used your programs.  This would give you a very slow running laptop; it would also give you one that frequently overheated!</p>
<p>Unfortunately, most registries become cluttered and occasionally even damaged over time.  This is not your fault.  This happens because of simple things like software updates and programs that refuse to uninstall properly.</p>
<p>It can also happen due to viruses, Trojan horses, spyware, and other malicious software threats.  Unfortunately, the programs that remove these threats, don&#8217;t usually take proper care of the registry.</p>
<p>What you need to take care of your problem is a good registry cleaning program.  There are several on the market; most can be had for less than an hour of a computer technician&#8217;s time.</p>
<p>How do you know which one is right for you?  Click on the following link to read reviews that will help you decide how to fix your slow running laptop.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[My PC Is Slow--What Do I Do?]]></title>
<link>http://mypcisslow.wordpress.com/2009/07/30/my-pc-is-slow-what-do-i-do/</link>
<pubDate>Thu, 30 Jul 2009 18:51:34 +0000</pubDate>
<dc:creator>mypcisslow</dc:creator>
<guid>http://mypcisslow.wordpress.com/2009/07/30/my-pc-is-slow-what-do-i-do/</guid>
<description><![CDATA[&#8220;My PC is slow, even though I&#8217;ve got a 2 gig processor and 3 megabytes of RAM&#8211;what]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>&#8220;<a title="My PC Is Slow--What Do I Do?" href="http://speedupmypc.ws" target="_blank">My PC is slow</a></strong>, even though I&#8217;ve got a 2 gig processor and 3 megabytes of RAM&#8211;what the heck is going on?&#8221;  This is the exact same question I asked to any semi-computer literate person who would listen to me when I needed to fix my slow running computer.  Fortunately, I found an answer to my question.  In fact, I found several!</p>
<p>It&#8217;s really frustrating when the computer you paid nearly a thousand bucks (or more) for, suddenly starts to run at half the speed it used to.  At one time, my reaction would always be, &#8220;Well, my PC is slow&#8211;guess I should try a new brand.&#8221;  But as you imagine, this method of &#8220;repair&#8221; got old pretty soon.</p>
<p>When my third computer went from &#8220;souped-up system&#8221; to &#8220;slow-running computer,&#8221; I decided that there had to be more to it than just the brands I was buying.  After all, I had bought three good brands&#8211;Dell, Gateway, and Toshiba&#8211;and every single one of them started to lag on me after about six months.</p>
<p>So I did a little bit of research into how computers work.  It just so happens that when my PC is slow, it&#8217;s not the fault of the manufacturer.  It also came as a relief that it wasn&#8217;t my fault, either.</p>
<p>The problem is with a part of the operating system known as the registry.  The registry is a database that directs the executable and process files of various programs in the right direction.  Without the registry, the Windows operating system would be excruciatingly slow.</p>
<p>Unfortunately, the registry can become cluttered and even damaged over time.  The best way to fix these errors is to use a quality registry cleaner.  You can have one for less than what you&#8217;d pay for an hour of a computer tech&#8217;s time.</p>
<p>Which one is best?  The link below will take you to a site that explains the advantages and disadvantages of the best registry cleaners available.  Pick the one that&#8217;s right for you, and you&#8217;ll never again have to complain, &#8220;My PC is slow!&#8221;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Fix Slow Running Computer Programs]]></title>
<link>http://fsruncomputer.wordpress.com/2009/07/30/how-to-fix-slow-running-computer-programs/</link>
<pubDate>Thu, 30 Jul 2009 18:07:20 +0000</pubDate>
<dc:creator>fsruncomputer</dc:creator>
<guid>http://fsruncomputer.wordpress.com/2009/07/30/how-to-fix-slow-running-computer-programs/</guid>
<description><![CDATA[How can you fix slow running computer programs when they just don&#8217;t work as fast as they used ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>How can you <strong><a title="How to Fix Slow Running Computer Programs" href="http://speedupmypc.ws" target="_blank">fix slow running computer</a></strong> programs when they just don&#8217;t work as fast as they used to?  First, you have to ask the question 90% of people don&#8217;t even know to ask: Do I need to fix slow running computer programs, or do I need to fix the actual computer?</p>
<p>In every case, you need to take a look at your entire system before you decide to simply look at the program or software you&#8217;re having a problem with.  Why?  Because most of the time, the problem is more far reaching than the less-than-speedy program.</p>
<p>A majority of all PC and laptop speed problems originate not in individual programs, but in a vital part of the operating system known as the directory.  This directory is a database that directs individual programs&#8217; executable functions in the right direction.</p>
<p>Without this directory, these functions would have to scan your entire computer for the correct hardware and software components each time they needed to operate.  The directory acts as a shortcut in this process.  Without it, your computer would be much slower and much more likely to overheat on a regular basis.</p>
<p>Unfortunately, through no fault of your own, this directory can become cluttered or even damaged over time.  This can happen when software upgrades add new executable files without deleting the old ones.  These programs can also uninstall, without taking care of their directory files.  Finally, viruses or other malware can damage the directory; the programs that remove the original threat do not always fix this damage.</p>
<p>The best way to take care of these problems is with a good registry cleaner.  Registry cleaners will get rid of old, unnecessary files (the &#8220;clutter&#8221;).  Good ones will even repair damage done by spyware, Trojan horses, viruses, and other malicious software.</p>
<p>Which program is best?  To find out, click the link to see reviews for the three best programs that will fix slow running computers.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Popurri de pequeñas cosillas para Photoshop, conversion flash-avi y administrador de descargas directas]]></title>
<link>http://volandoenminube.wordpress.com/2009/07/22/popurri-de-pequenas-cosillas-para-photoshop-conversion-flash-avi-y-administrador-de-descargas-directas/</link>
<pubDate>Wed, 22 Jul 2009 10:45:06 +0000</pubDate>
<dc:creator>volandoenminube</dc:creator>
<guid>http://volandoenminube.wordpress.com/2009/07/22/popurri-de-pequenas-cosillas-para-photoshop-conversion-flash-avi-y-administrador-de-descargas-directas/</guid>
<description><![CDATA[¿Y por qué esta mezcla tan rara? Porque son todas las cosas que he aprendido ultimamente intentando ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>¿Y por qué esta mezcla tan rara? Porque son todas las cosas que he aprendido ultimamente intentando hacer arreglillos en Photoshop.</p>
<p><strong>1. ¿cómo eliminar la hoja de contrato de licencia de photoshop que sale a algunas personas siempre al arrancar el programa? </strong><a href="http://www.taringa.net/posts/ebooks-tutoriales/2539128/Eliminar-el-Contrato-de-Licencia-de-programas-Adobe-%28CS4%29.html">http://www.taringa.net/posts/ebooks-tutoriales/2539128/Eliminar-el-Contrato-de-Licencia-de-programas-Adobe-%28CS4%29.html</a></p>
<p><strong>2. ¿Cómo hacer que photoshop tarde muchísimo menos en arrancar? </strong>Con este programita, que permite personalizar la carga de elementos para que no esperes innecesariamente por aplicaciones que apenas usas y que llegado el momento de usarlas se cargan sobre la marcha y no al inicio. <a href="http://adobe-photoshop-speedup.softonic.com/">http://adobe-photoshop-speedup.softonic.com/</a></p>
<p><strong>3. Videotutoriales photoshop: </strong>Dos recopilaciones interesantes:</p>
<p><a href="http://www.filefactory.com/f/50747156e190c568/">http://www.filefactory.com/f/50747156e190c568/</a></p>
<p><a href="http://www.x-caleta.com/2008/05/14/videotutoriales-domina-photoshop.html">http://www.x-caleta.com/2008/05/14/videotutoriales-domina-photoshop.html</a></p>
<p>Al estar formados por tantas partes probablemente no quieras dar a bajar cada archivo tras los tiempos de espera. Asi que quizas te interese administrar tus descargas con:</p>
<p><a href="http://universal-share-downloader.softonic.com/">Usdownloader</a> No elimina los tiempos de espera, pero pega toda la lista y el solito descarga cuando pasan esos tiempo para que no estes pendiente.</p>
<p>Y por último en el segundo link varios de los tutoriales vienen en formato swf (alias flash) asi que si prefieres tenerlos en avi u otro formato puedes convertirlos con <a href="http://www.flash-swf-converter.com/tutorial_convert_swf_to_avi.php">este otro programa</a>. (viene bien tenerlo)</p>
<p>Y FIn.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Speed Up Firefox 3.5 Start-Up on Windows]]></title>
<link>http://dxzstudioz.wordpress.com/2009/07/11/speed-up-firefox-3-5-start-up-on-windows/</link>
<pubDate>Sat, 11 Jul 2009 16:50:27 +0000</pubDate>
<dc:creator>Hans</dc:creator>
<guid>http://dxzstudioz.wordpress.com/2009/07/11/speed-up-firefox-3-5-start-up-on-windows/</guid>
<description><![CDATA[I think this tutorial will improve your Firefox 3.5 performance by 20% Firefox 3.5 pulls data from c]]></description>
<content:encoded><![CDATA[I think this tutorial will improve your Firefox 3.5 performance by 20% Firefox 3.5 pulls data from c]]></content:encoded>
</item>
<item>
<title><![CDATA[Speedup Windows XP startup and shutdown]]></title>
<link>http://prasadrsuvarna.wordpress.com/2009/07/09/speedup-windows-xp-startup-and-shutdown/</link>
<pubDate>Thu, 09 Jul 2009 03:52:06 +0000</pubDate>
<dc:creator>Jubin Sanghvi</dc:creator>
<guid>http://prasadrsuvarna.wordpress.com/2009/07/09/speedup-windows-xp-startup-and-shutdown/</guid>
<description><![CDATA[1.Windows XP has a Prefetch directory located in the Windows directory. The use of the prefetch dire]]></description>
<content:encoded><![CDATA[1.Windows XP has a Prefetch directory located in the Windows directory. The use of the prefetch dire]]></content:encoded>
</item>
<item>
<title><![CDATA[Speedup Folder Browsing]]></title>
<link>http://prasadrsuvarna.wordpress.com/2009/07/09/speedup-folder-browsing/</link>
<pubDate>Thu, 09 Jul 2009 03:38:30 +0000</pubDate>
<dc:creator>Jubin Sanghvi</dc:creator>
<guid>http://prasadrsuvarna.wordpress.com/2009/07/09/speedup-folder-browsing/</guid>
<description><![CDATA[You may have noticed that everytime you open My Computer to browse folders, there is a slight delay.]]></description>
<content:encoded><![CDATA[You may have noticed that everytime you open My Computer to browse folders, there is a slight delay.]]></content:encoded>
</item>

</channel>
</rss>
