Friday, August 27, 2010

Speed Up Windows 7 Performance Part 2

Disable the search indexing on Windows 7

  • Right-click the My Computer icon on the desktop and select Manage
  • Click service and applications in the Computer management window
  • Click Services.
  • Search for Windows Search and Right-click on the Windows Search in the list and select Properties.
  • Windows Search Properties window. In Startup Type , click the drop-down menu and select Disabled
  • The indexing feature of Windows 7 Search is now disabled.
Most users of Windows 7 looking to do less in your system. Look for occasional researchers Indexing Service files in Windows 7 is a total resource hog. He eats without knowing the capabilities of your system. What you need Windows 7, then the maximum performance of it I would only recommend this resource hogging Windows 7 Search indexing feature.

Disable the search indexing on Windows 7
If you completely disable the search feature indexing of Windows 7 wish, you can query the indexing service to manual (see the above procedure to turn off unwanted services).

Thursday, August 19, 2010

Speed Up Windows 7 Performance


-->
Windows 7 Speed Secret Part 1: Disable Extra Startup Programs

There are certain programs that Windows will start every time you boot up your system, and during the startup phase, they're all competing for a slice of your CPU speed. Extra or unwanted items in the startup list will definitely increase your startup time, perhaps by several minutes. Some common examples are things related to AOL, RealPlayer, Napster, instant messengers, and video managers.
If you're not sure about an item, no big deal. You can turn it off, restart your PC, and see if everything seems to work. If not, you can always go back and re-enable an item in the Startup list. This tip alone should speed up your start-up by 250%. Here are is what you have to do:
1. Go to Start button -> Run
2. Type msconfig
3. Click the OK button
4. A System Configuration Utility window will show up
5. Click the Startup tab
6. In the Startup tab you will see several boxes and some of them will selected (checked). All you have to do is to uncheck extra items that are of no use. If you run an antivirus program it is not recommended to uncheck it.
7. After making you choices press the OK button, you will be prompted to restart computer to apply changes.
8. After restarting your computer a dialogue will be displayed. You can check the option for not showing this dialogue every time your PC reboots.

Game Collection
PES 2011  












FIFA 11 
MotoGP 2010

Tuesday, August 17, 2010

Update PES 2010 Musim 2010 / 2011


Sabtu 14 Agustus 2010, EPL musim 2010/2011 dah bergulir. Aroma sengit sudah mulai tersaji di mana pada partai awal musim terdapat BIG MATCH yang seru yaitu pertemuan antara The Red versus The Gunner.....Wooww bener-bener seru...ditambah lagi sekarang TV Indonesia (Global TV and TPI) sudah mendapat hak siar EPL selama tiga Musim. Mmm asyik bisa nonton Liga Inggris.....sambil nunggu EPL kan bisa sambil main PES 2010 pokokya mantapzz.
Dengan dimulainya musim baru...Aku jadi tambah semangat ni buat nyari Update-tan PES 2010 untuk musim terbaru 2010/2011. Nah buat temen2 yang bingungnya nyarinya kalian bisa download disini.
  1. Update PES 2010 part 1
  2. Update PES 2010 part 2
  3. Update PES 2010 part 3
  4. Update PES 2010 part 4
  5. Update PES 2010 part 5
  6. Update PES 2010 part 6
Baca yang lainnya ------>  
 

Lets Play

Monday, August 2, 2010

ActionScript Adobe Flash CS3

Adobe Flash CS3 memiliki fasilitas pemakaian sekumpulan Script yang terangkum dalam sebutan nama ActionScript. Pada perkembangannya untuk yang terakhir telah mencapai versi ActionScript 3.0, tetapi pada Adobe Flash CS3 masih bisa dan diikutkan versi ActionScript yang 1.0 dan 2.0 seperti yang terdapat dalam flash versi MX, flash 2004, dan flash 8. Pada versi bukan professional seperti pada flash MX, terdapat dua mode panel penulisan script yaitu mode normal dan mode expert. Pada dasarnya mode expert lebih mudah untuk dipelajari daripada mode normal.

Pola Penulisan Action Script dalam Flash
Pada dasarnya penulisan actionscript bisa dituliskan pada 3 (tiga) tempat, yaitu: tombol (button), movieclip,dan frame dengan aturan yang berbeda-beda.

ActionsScript on Buttons
Contoh penggunaan actionsscript, global fungtions, MovieClipControl, On pada tombol (button):
1. Buatlah tombol, ambil dari common libraries pada menu window, kemudian klik pada buttons

2. Pada panel library yang muncul klik pada salah satu kelompok pilihan model button yang tersedia, kemudian klik and drag ke dalam stage

3. DoubleKlik button
Maka pada timeline berubah memasuki mode edit button. Perhatikan dalam symbol bertipe button terdapat 4 frame yaitu up, over, down dan hit.
Up menunjukan kondisi normal suatu tombol.
Over menunjukan kondisi tombol saat mouse berada tepat di atasnya.
Down menunjukan kondisi tombol saat ditekan dan
Hit merupakan area penekanan (sensor) tombol tersebut.

4. Tekan tombol Ctrl-E untuk kembali ke Stage utama. Klik tombol dan dalam
kondisi tombol terpilih ( tekan F9 atau klik menu windows>action. Sehingga panel action terbuka
Kemudian ketikan script sebagai berikut :
on (release) {
trace(“test”);
}

5. Jalankan movie dengan menekan tombol Ctrl+Enter. Tekan tombol tersebut, maka akan muncul tampilan “test” pada output panel, begitu seterusnya jika klik pada button maka muncul tampilan “test” pada output panel

Tekan tombolCtrl+W untuk kembali ke stage