Pages

Subscribe Twitter Twitter

Thursday 16 December 2010

Add New Shortcut on Right Click Menu


Do you want to add a short cut on your Right Click menu as in the picture above? This are the steps:

  1. Open the Registry Editor from RUN on start menu. Type regedit and enter.
  2. Search for HKEY_CLASSES_ROOT\Directory\Background\shell
  3. Right click on Shell and click New » Key


4. Name the key as you wanted. For example, we name it as Firefox


5. Next, right click on the new key (Firefox) and click New » Key


6. Name the new key as command.


7. Now, open Windows Explorer and choose for program location needed. For example, Mozilla FirefoxC:\Program Files\Mozilla Firefox\. Hold SHIFT button and click Firefox.exe and choose Copy As Path.



8. Go back into to Registry Editor windows. Click command key that you create previously. On the right side, right click Default value and choose Modify


9. On the Edit Value bar, paste the copied path as on step 7. Add on the program path that you needed on Value data.


10. Click OK to save.
Now, right click on any desktop display. The new option will appear on the menu. Click on for the new option to try whether it working or not.



Good Luck!

Tuesday 30 November 2010

Learning Text Abbreviations - Lol,Lmao,fyi,brb,gtg etc.

Text Abbreviations is a new foreign language in IT world nowadays. It's very common for mobile phone and computer user today where they may use some kind of short form of every words to communicate with other. For those who are not aware of this, they may have experience a communication breakdown because they cannot understand what the meaning of the words. The table below are list of the common Text Abbreviations:-








Powered by Zoundry Raven

Software Review : .NET Framework

Do you have experience the situation when the application you want to install (mostly new games),it will asked for new up to date .NET Framework? What is .NET Framework?

The .NET Framework is Microsoft's comprehensive and consistent programming model for building applications that have visually stunning user experiences, seamless and secure communication, and the ability to model a range of business processes. The Microsoft .NET Framework 4 redistributable package installs the .NET Framework runtime and associated files that are required to run and develop applications to target the .NET Framework 4. The .NET Framework 4 works side by side with older Framework versions.

Applications that are based on earlier versions of the Framework will continue to run on the version targeted by default. .NET Framework 4 includes the following new features and improvements:

  • Improvements in CLR and BCL
  • Improvements in ADO.NET Enhancements to ASP.NET
  • Improvements in Windows Presentation Foundation
  • Improvements to Windows Workflow Foundation and Windows Communication Foundation The latest

.NET Framework Version 4.0 can be download here.

Monday 29 November 2010

USB Write Protector



USB Write Protector is a tiny portable software that shields your USB drive from pesky viruses and trojans by disabling the write functionality. This could be pretty useful when you want to only read data from the USB drive on public computers.

USB Write Protector is free to use and available in multiple languages including English, German, French, Chinese, Japanese, Spanish among others. The software is only 187Kb in size and can be easily stored in your portable USB/Flash Drive.

Know your computer 'gender'




Do you know your computer have gender? This is how you can identify it.

1.Open notepap
2.Copy this
CreateObject("SAPI.SpVoice").Speak"I love YOU"

3.Paste on the notepad
4.Save as "i love you.vbs"
5.Close notepad
6.Double click the file

You will hear "i love you"

My PC is a female.
So..what is yours?

Good luck!

Samsung Galaxy Tab

Samsung unveiled its latest device on 25th November in Malaysia - Android-based Samsung Galaxy Tab





Feature


Specification
OSAndroid 2.2 (Froyo)
Size190.09 x 120.45 x 11.98mm
Weight380g
Display Size7 inch TFT-LCD
Resolution1024 x 600
ProccessorCortex A8 @ 1GHz
GraphicsPowerVR SGX540
Memory Capacity16GB or 32GB ROM
RAM512MB
MicroSD Storageup to 32GB
Cellular DataHSPA 3G/2G EDGE
Wifi802.11 b/g/n
Bluetooth3
Front Camera1.3 Megapixel
Rear Camera3 Megapixel with Autofocus, Flash
Batery4,000 mAh
Adobe FlashFlash Player 10.1



Other Features:

  • Readers Hub app for e-reading,

  • Media Hub app for films and videos and the Music Hub for everything musicfull

  • HD video playback, has HDMI/USB ports,

  • Plays DivX HD videos [also supports XviD, MPEG4, H.263, H.264 and more formats], and is the first DivX certified tablet.

Samsung Galaxy Tab is retailed at RM2699. However with Maxis contract, it goes for RM1849 with 12 months and RM1749 with 24 months contract.










How to post html code in blogger post


I had problem when posting an article on blogspot. I was trying to show some sample html/xml code in that article. But I faced problems when I wrote the core html code. The problem was that the html code was rendering as html controls and breaking the post content. I tried many times and got frustration. Finally I searched in google for this problem and I got the below useful link.

http://www.simplebits.com/cgi-bin/simplecode.pl

If you follow the above link you will notice 2 textareas in which the first one is for input the html code and second one is for output of the changed html code which fits into the blogspot post and renders as expected.

Whoever wants to post the html code in blogger, please go to the link and paste your html code in first text box control and click the process button. Then you will notice the second textbox updated with the processed html code. Then copy the complete code from second text box and paste it in your blogspot post. It works not only in blogspot but also in all blogs which don't allow direct html code in posts.

Add Facebook "Like" button on every post


The button code


<iframe

allowTransparency='true'
frameborder='0'
scrolling='no'
expr:src='"http://www.facebook.com/plugins/like.php?href="
+ data:post.url
+ "&layout=standard&show_faces=true&"
+ "width=530&height=60&action=like&"
+ "colorscheme=light"'
style='border:none; overflow:hidden; width:530px; height:60px'/>

where to add it ?

Log into your blogger account, then go to Layout >> Edit Html.
Before doing any thing you must check Expand Widget Templates box

In the edit box, find
<b:includable id='post' var='post'>.


And after it, paste your button code next to that code

Example:


<b:includable id='post' var='post'><iframe allow
Transparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&layout=standard&show_faces=true&width=530&height=60&action=like&colorscheme=light"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:530px; height:60px'/>





click Save Template and you are done.

Update!
In case the code above is not working, here is the version with all the clarifying formatting removed and no line breaks:

<iframe allow
Transparency='true' expr:src='"http://www.facebook.com/plugins/like.php?href=" + data:post.url + "&layout=standard&show_faces=true&width=530&height=60&action=like&colorscheme=light"' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:530px; height:60px'/>



Warning! Manually editing your template can hose your entire blog if done wrong. Be sure to back it up (instructions are on the Edit HTML page), and don't blame anyone but yourself if you mess it up

GOOD LUCK!!!

Tuesday 22 June 2010

Alternatif kepada Windows Movie Maker (Free!)




Windows Movie Maker merupakan perisian Video Editing percuma yang paling poular di kalangan pengguna Windows. Namun, ada kalanya fungsi-fugsi yang diberikan dalam Windows Movie Maker amat terhad. Jika anda sedang mencari alternatif yang lebih baik, anda boleh mencuba Pinnacle Video Spin.

Video Spin membolehkan anda membuat klip video peribadi dengan mudah, tanpa perlu menggunakan perisian yang kompleks dan mahal seperi Adobe Premiere, Sonic Vegas, dsb. Ia sesuai bagi video klip amatur, contohnya majlis perkahwinan ataupun video kelas. Anda boleh meletakkan foto, video, serta lagu sebagai latar belakang untuk video klip anda. Video Spin juga menyediakan beberapa transition dan sound effects yang menarik.

Video Spin juga boleh digunakan untuk mengeluarkan lagu MP3 dari video klip.

Lawati laman web Video Spin untuk download.

Install lebih dari satu Operating System dalam PC anda secara Virtual




Teringin nak cuba Linux, tapi tak berani nak install? Yela, takut-takut tersilap install, habis lak satu hard disk tu nanti. Kalau begitu, anda boleh gunakan innotek VirtualBox. Perisian ini adalah merupakan alternatif kepada VMWare, malah lebih baik dari VMWare kerana ianya percuma! ^^

Dengan VirtualBox, anda boleh install apa-apa OS di dalam Windows anda. Jangan risau kerana ianya tidak akan menganggu sistem Windows sedia ada, kerana OS ini ditempatkan di dalam virtual machine.

Apakah itu Virtual Machine?
Apabila anda ingin install satu OS baru di dalam VirtualBox, anda terlebih dahulu harus membuat satu ‘komputer maya’. Komputer maya inilah yang dipanggil sebagai Virtual Machine. Sperti komputer biasa, anda juga boleh tambah hard disk, RAM, shutdown, masukkan CD, dan macam-macam lagi kepada Virtual Machine ini.

Langkah-langkah untuk install OS anda di dalam Virtual Machine tiada bezanya dengan komputer biasa. ON kan Virtual Machine anda, masukkan CD, dan install OS seperti biasa.

VirtualBox vs VMWare
Bagi pengguna yang telah biasa menggunakan VMWare, anda akan perasan beberapa ciri-ciri pada VirtualBox yang tiada di VMWare, antaranya ialah:

*Anda boleh masukkan CD atau mount image semasa VM berjalan. Berbanding dengan VMWare, CD Drive atau fail ISO harus ditetapkan terlebih dahulu.

*Seamless mouse integration. Anda boleh gerakkan mouse secara bebas, di dalam dan di luar VM. Berbanding dengan VMWare, anda harus tekan Ctrl+Alt untuk keluar dari VM.

*Shared folder. Host system boleh berkongsi folder dengan guest system, sama seperti shared folder dalam sesuatu network. Apabila anda tambah sesuatu fail dalam folder tersebut, di host system misalnya, ianya terus boleh diakses pada guest system. Bagi saya, ini adalah fungsi yang paling berguna.

Namun begitu, innotek VirtualBox masih mempunyai beberapa kekurangan. Sokongan terhadap USB drive amat lemah berbanding dengan VMWare. VirtualBox juga tak boleh load VM yang telah dibuat, bermakna anda tidak boleh menggunakan VM anda di komputer lain, ataupun setelah uninstall VirtualBox.

Dapatkan VirtualBox di sini.

MengAkses laman web dengan Username dan Password tanpa perlu diregister.


Apabila anda melayari Internet, kadang-kadang anda akan berjumpa dengan laman web yang memerlukan user name dan password untuk masuk. Bagi mengakses maklumat di dalam laman web tersebut, anda terpaksa mendaftar dengan memasukkan nama, e-mel, dan sebagainya.

Bagi sesetengah orang, proses pendaftaran ini adalah leceh dan menyusahkan. Kadang – kadang meraka akan memberikan nama dan e-mel palsu kerana tidak mahu e-mel terdedah kepada spam.


Servis BugMeNot menyediakan user name dan password percuma bagi hampir 14,000 buah laman web. Anda hanya perlu memasukkan nama laman web yang ingin anda layari dan BugMeNot akan memberi user name dan password yang boleh digunakan.

E-Mail pakai buang


Guerilla Mail menyediakan e-mel sementara yang akan bertahan selama 15 minit. Ia tidak memerlukan pendaftaran, anda hanya perlu klik pada “Get temporary e-mail” bagi mendapatkan e-mel sementara anda. Jika anda ingin melanjutkan tempoh hayat bagi e-mel tersebut, anda hanya perlu tekan pada “Give me 15 more minutes” bagi 15 minit tambahan. Sepanjang tempoh yang diberikan, anda boleh menulis, menerima, dan membalas e-mel.

Di manakah anda perlu menggunakan servis seperti Guerilla Mail ini? Biasanya ia perlu apabila anda ingin mendaftar dengan satu-satu laman web yang dikhuatiri, dan bimbang laman web tersebut akan menghantar banyak spam kepada e-mel anda. Dengan Guerilla Mail, anda tak perlu risau kerana e-mel tersebut hanyalah e-mel sementara sahaja.

Monday 21 June 2010

Processor: AMD Vs INTEL


Currently, the two largest manufacturers of CPUs in the world are Intel and AMD.


The current performance and market leader at the time of this writing is Intel, which is the only processor available in all current Apple computers (Macbook, Macbook Pro, Mini, iMac etc.). Intel's most current crop of CPUs are the Core i3, Core i5, and Core i7 while AMD's top offering is the Phenom II.

Though AMD is not the market leader, many of their products are found in high performance, budget-oriented notebook and custom desktop builds as well as low-cost enthusiast-oriented desktops. AMD's highest performance processors however, have not yet been available for mobile platforms as Intel's Core iX series are at the time of this writing.

Let us go through both processors special future:



INTEL Features:

1. Hyper Threading

  • The operating system treats the processor as two processors instead of one. This increases the speed of the computer.

  • Pentium 4, Core i7, Core i5, Core i3

2. Turbo Boost

  • Allows the processor to intelligently overclock themselves so long as thermal and electrical requirements are still met.
  • Core i7, Core i5

3. Intel QuickPath Interconnect (QPI)

  • A new Intel technology which replaced Front Side Bus (FSB) -- similar in purpose to AMD's competing HyperTransport technology.

  • Implemented in some fashion in all Intel core iX series processors.

4. Execute Disable Bit

  • Prevents certain viruses from infecting the system by labeling some data "executable."

  • All current processors.

5. vPro

  • Best for IT people trying to maintain several workstations. It is able to detect systems, even in powered-off states. Synchronizes remote desktop, security, and other multi-station support features. Decreases desk-side maintenance visits.

  • Core Duo, Core 2 Duo

6. ViiV technology

  • Intel's bundle for enhancing multimedia. Supports HD resolutions 720p up to 1080i

  • Pentium D, Extreme, Core Duo, Core 2: Duo, Extreme, Quad.

AMD Features:

1. Hyper Transport

  • Feature that allows for faster processing speed and better energy efficiency.

  • All Current AMD processors.

2. Cool'n'Quiet

  • Reduces heat and noise of processors allowing for increased energy efficiency.

  • Phenom I & II, Athlon, Sempron (with exceptions)

3. Turbo Core

  • Turbo Core allows for contextual overclocking of the processor to optimize performance subject to electrical and thermal requirements/specifications.

  • Phenom II X6

4. CoolCore

  • Limits unused elements of the processor such that power is conserved -- allows for increased notebook battery life on a single charge.

  • Phenom I & II, Turion

5. Dynamic Power Management

  • Allows for dynamic power management to optimize energy consumption while maintaining performance levels.

  • Phenom I & II, Turion





Power Consumption

When it comes to the overall power consumption of a system, Intel definitely suffered the initial setback. Its Pentium 4 processors had a very bad reputation of 150W TDP. Intel tried to solve the problem in its Core 2 Duo processor, which goes to less than 75W TDP. But, experiments have still proved that a machine running on an Intel Core 2 Duo processor consumed, at least 7W more power, than an AMD Sempron.


Price vs. Performance

When it comes to the performance to cost ratio, AMD has definitely been the winner, for a long time. Its processors were cheaper, as compared to Intel and they definitely did provide high value performance. But, with the advent of the Intel's Quadcore and Core 2 Duo processors, the situation has totally changed. The performance of a quad-core processor is, perhaps, the best in the market and its price is continuously falling.

3D Gaming

This is basically the feature that had allowed AMD to hold its top position for a long time. Even with no graphics card, AMD's 64 bit processor could take on the load and support the gaming features of advanced games. Intel, however, suffered an initial setback because the multithreading features that it allowed, were not used by many games then. The AMD Athlon 64 bit could beat the Pentium 4 computers, in almost all respects, when it came to gaming.
But, the turnover again, happened with the introduction of the Intel Quadcore and Core 2 Duo processors. The scenario changed completely. Besides the equivalent features that these two processors could provide (when compared to the AMD Athlon 64), they also had an added feature of supporting dual video cards.

Graphics

The comparison would again be the same, as that of the 3D gaming. AMD is a winner when its processors are compared to Intel's previous processors, but Quadcore and Core 2 Duo processors, with their supreme features, have helped Intel to regain the share of the market that it deserves.

MP3 and Video Encoding

AMD's 64 bit processors provided faster encoding of MP3s, as well as videos. The reason is simple - a 64 bit processor will, of course, be faster than a 32 bit processor. Intel's 32 bit processors had higher clock frequencies, but while the clock frequency of a 64 bit processor could be less, it worked at almost twice the speed than what was mentioned in its manual. This feature was also combated by Intel with its Core 2 Duo and Quadcore processors. \

Cooling and Productivity

Computers working on Intel's Core 2 Duo processor and Quadcore processors definitely have superior cooling features and better heat sinks, when compared to the AMD machines. Not only this, but the Core 2 Duo processors could reach to a speed of 3.2 GHz on proper cooling.

Office Productivity and Multitasking

AMD with its 64 bit processors provided better multitasking features and none of the Intel's processors, before the launching of the Core 2 Duo processors could match up to it. But with the entry of Intel's Core 2 Duo and Quadcore on the scene, we can again consider the situation balanced.


Usage is Key!

Personal Use
If you are a general home computer user (light-to-medium web browsing, light gaming, household accounting, etc), you would want to purchase an AMD system as AMD gives you more bang for your money. AMD systems can be purchased in any custom built computer and a select few shelf systems (E-Machines and HP)

Business Use
If you are a business user, where the purchase of many workstations causes budgeting problems, you would probably want to steer toward an Intel system. Intel offers lower end processors that are a lot cheaper. Intel processors are also used in most of the shelf systems (Dell, HP, Compaq, etc.) preconfigured for workstations.
Well, it's up to you to choose which one better suit for your use. It in your decision. Hopefully this post helped you make the decision.

Monday 14 June 2010

Install Software selepas format pada PC anda secara terus dengan Software Ninite



The easiest way to install needed software to your PC online!

Biasanya selepas format komputer pelanggan, saya akan install software yang asas seperti Firefox, Adobe Reader, dan Yahoo Messenger. Jadi saya muatkan kesemua software ini ke dalam pen drive untuk dibawa ke mana-mana. Masalahnya, saya perlu selalu memeriksa koleksi software tersebut supaya ia menggunakan versi yang terkini. Dan kadang-kala saya terlupa juga untuk membawa pen drive.

Cara yang lebih mudah adalah dengan download software terus dari komputer pelanggan. Namun tidak perlulah pergi ke laman web yang berkaitan satu-persatu, kerana Ninite akan melakukannya untuk anda. Laman web Ninite mengandungi pelbagai pilihan software yang paling asas untuk Windows. Anda hanya perlu pilih software yang anda mahu dan klik download. Setelah download selesai, buka fail tersebut dan Ninite akan install kesemua software secara automatik.

Jika anda mempunyai sambungan Internet yang stabil, Ninite adalah cara yang sangat menjimatkan masa untuk melengkapkan sebuah komputer baru.

Selamat Mencuba!

Sunday 13 June 2010

Kenapa Laptop keluaran A*** dan C***** lebih cepat rosak berbanding laptop keluaran D***?

Laptop rosak?

Seperti yang sering dihadapi oleh pemilik-pemilik laptop keluaran A**r dan C****q di Malaysia, kebanyakanya akan mengadu dalam forum2 komputer (antaranya kawan2 seuniversiti saya)yang laptop mereka sering mengalami kerosakan-kerosakan yang remeh.

Antaranya kerosakannya ialah pada LCD monitor laptop (white screen atau terus tak berfungsi), laptop terlampau panas (overheated) dan kipas, pembesar suara(build in speaker) dam kamera web (webcam) tidak berfungsi dan sebagainya. Kerosakan kecil seperti ini kadang-kadang akan menyebabkan kerosakan di bahagian yang lain pada masa akan datang. Antaranya yang paling ditakuti(nightmare) bagi seorang pemilik laptop ialah laptop overheated, menyebabkan samada Processor chip,Graphic chip, wayar kabel atau elemen lain-lain dalam Motherboardnya terus terbakar dan tidak boleh lagi dibaiki. Jadi anda harus menukar..tetapi tak semua boleh anda tukar. Adalah lebih baik anda membeli laptop yang baru daripada membaikinya.

Apa sebenarnya punca utama kerosakan ini berlaku pada laptop-laptop ini?

Rahsianya..sila lihat dua gambar di bawah:




Body frame



Body frame bersama motherboard


Baiklah..seperti yang anda dapat saksikan, ini adalah gambar sebuah laptop keluaran C***** (laptop A*** pun lebih kurang serupa macam model ni) yang telah 'dibogelkan' sehingga tinggal kerangkanya (body frame) sahaja. Cuba anda lihat terdapat satu bahagian yang bulat(seperti lubang di sebelah kiri atas, di situ terletaknya kipas motherboard(tempat haba dikeluarkan dari dalam badan laptop).

Jadi secara logiknya di bahagian tersebut amatlah panas ketika laptop digunakan, apatahkan lagi jika pemilik-pemilik laptop yang 'hardcore' menggunakan laptopnya berjam-jam tanpa henti(seperti pemain Game yang tegar). Seperti yang anda boleh perhatikan betul-betul dalam gambar body frame di atas, terdapat wayar-wayar halus yang berdekatan dengan bahagian atas laptop, bahkan ada wayar-wayar tersebut melalui bahagian yang panas tersebut. Di situlah kebanyakan wayar-wayar diletakkan di dalam laptop..seperti wayar LCD Screen dan Webcam.

2 perkara utama harus diPERSOALKAN ialah:

1. Kenapa pengeluar laptop-laptop jenis ini menggunakan wayar yang halus, yang cepat dan mudah putus dan mudah terbakar di dalam model keluaran mereka?? (Mahal kot laptop,bukannya murah nak beli sebijik ni..kualiti la cket beb!)

2. Kenapa mereka meletakkan wayar-wayar tersebut melalui bahagian yang paling panas dalam laptop-laptop ini??? (ada akal ker? dah la wayar kecik dan fragile, lalu pulak kat situ!)



Jadi adakah berbaloi jika anda memiliki laptop keluaran 'cincai' seperti ini?? Bagi pembaca blog ini, ini adalah pendapat dan kritikan daripada saya, mungkin anda ada sebab dan pendapat sendiri mengenai laptop keluaran ini. Kalau anda tidak percaya, jika anda mempunyai laptop keluaran A*** atau C***** (mana-mana jenis laptop keluaran brand ini, cuba anda sendiri buka, 'bogel'kan laptop anda dan lihatlah sendiri apa yang saya cuba tunjukkan ini betul ataupun tidak. Tetapi itu semua atas risiko anda sendiri ye.

Cukuplah dua persoalan dan perkara seperti ini yang harus saya ungkitkan kepada pembaca blog ini.Yang lain terpulang kepada anda untuk menilainya sendiri.


Cadangan saya - Belilah laptop keluaran D*** kerana saya sendiri sudah melihat keadaan di dalam body frame..wayarnya tersusun dan tidak langsung dekat dengan bahagian yang panas dan yang pentingnya,wayar yang digunakan bukanlah jenis yang nipis! Tahan lama, puas hati~

p/s: saya tidak mempunyai Laptop kerana saya lebih minat menggunakan PC (sbb main game). Niat saya bukan untuk 'condemn' laptop keluaran tersebut dan bukanlah untuk promote laptop seperti yang saya cadangkan. Saya hanya ingin berkongsi apa yang saya serba sikit tahu. Terpulang kepada anda untuk menilainya. Terima kasih~