Yearly Archives: 2012

Aptio BIOS USB Boot

Recently I bought a Samsung NP550P7C laptop. Today after a long wait I decided to reinstall Windows on it. So I copied all the files onto my USB stick and tried to boot into the installation. When I went into the BIOS I couldn’t find the USB stick in the boot list. After learning that the BIOS is Aptio I did some Google searches but found nothing. Continue reading Aptio BIOS USB Boot

Why Linux is Better as a Server Compared to Windows

As a web developer having experience on Windows and Linux, I prefer to work on Linux servers. Here are the reasons why (for CentOS – might not be same for all distributions):

  1. Viewing error and access logs
  2. No need to waste RAM
  3. Many free tools
  4. Easier to access remotely
  5. No need to reboot Continue reading Why Linux is Better as a Server Compared to Windows

Load Facebook Like Button Asynchronously

As some of you developers might know when you get the default Facebook Like code, the script loads the like button synchronously. When you add the synchronous Facebook Like button to your website, Page Speed Online will tell you to prefer asynchronous resources. If you are like me and want to get the best score possible in Page Speed you would want to know how to make it asynchronous.

Prefer asynchronous resources - Fetching resources asynchronously prevents those resources from blocking the page load. - Page Speed Insights
Prefer asynchronous resources message on Page Speed for Facebook Like Button

Continue reading Load Facebook Like Button Asynchronously