Search This Blog

Google Analytics

Tuesday, November 25, 2014

An interesting perspective on Responsive Web Design and getting it right

An article on the Smashing Magazine has an interesting perspective on what is responsive web design and how to actually get it right. Taking note on the performance is the right approach.

» You May Be Losing Users If Responsive Web Design Is Your Only Mobile Strategy | Smashing Magazine

Friday, November 21, 2014

How to Interpret Indian Head Shakes?

Talk about cross-cultural communication, a lot of people have been confusing themselves about what does it mean when an Indian shakes his head. Someone actually put up a video explaining the different types of head shakes are and their meaning.


I hope it helps in reducing miscommunication.

Tuesday, November 18, 2014

What are the differences between Visual Studio Community Edition (FREE) and the Express Editions?

If you are a developer working on Microsoft (or perhaps Linux since Microsoft is open-sourcing its .NET Core) platform, it is likely that you would have heard Microsoft releasing a rich featured edition of Visual Studio at absolutely ZERO cost. The new edition of the FREE Visual Studio is the Community Edition.

So what are the differences between the new Visual Studio Community Edition and the usual Express Editions? Before I begin, I would like to state that the Community Edition is in fact a Professional Edition but re-packaged and distributed at NO cost. The two main differences between Visual Studio Community Edition and the Express Editions are:
  1. Visual Studio Express Editions do not allow users to use extensions (aka. plugins).
  2. Visual Studio Express Editions are targeting specific platforms e.g. Web, Windows and Windows Desktop apps.

Download Microsoft Visual Studio now!

Thursday, November 13, 2014

What is History and the Benefits of History?

Very often when we think of History, we will associate it with boring. But why schools are still offering History as a subject? What exactly is History and what are the benefits of knowing the past? The following short video perfectly address this.

Tuesday, November 11, 2014

Once Upon a Time - Story About Everybody, Somebody, Nobody and Anybody

Once upon a time there were four people named Everybody, Somebody, Nobody and Anybody.

When there was an important job to be done, Everybody was sure Somebody would do it.

Anybody could have done it, but Nobody did.

When Nobody did it, Everybody got angry because it was Somebody's job.

Everybody thought Anybody could do it, but Somebody realized that Nobody would do it.

So it ended up that Everybody blamed Somebody that Nobody did what Anybody could have done in the first place.
- Author unknown

Monday, November 10, 2014

Currency Act - the legal tender limit for coins of denomination

In light of multiple cases whereby payments were attempted with coins amounting in thousands, the Monetary Authority of Singapore (MAS) has released a statement on the legal tender limit for coins of denomination.

According to the Currency Act, the legal tender limit for coins of denomination:
  1. Below 50-cents is S$2 per denomination.
  2. For 50-cent coins, the limit is S$10.
  3. There are no limits for S$1 coins.
A payee has no obligation to accept coins beyond the legal tender limits set out in the Currency Act.

Saturday, November 08, 2014

Happy Birthday from Google


Birthday doodle from Google for this year is exactly the same for the past 2 years (2013, 2012). Birthday doodle for 2010 was different.

Friday, November 07, 2014

How do I uninstall Chrome's new Bookmark Manager?

Google has been working on a new bookmark manager for Chrome. This upcoming bookmark manager is now on the Chrome Web Store as an extension before it is integrated into Chrome by default. This new bookmark manager extension looks beautiful but it does have its own shortfall for now e.g. inability to sort bookmarks by title.

So what if you wished to uninstall this new bookmark manager? As far as I know, you cannot remove this extension from chrome://extensionsbecause the extension is not listed at all! Do follow the below steps for the removal of this extension:

  1. Type chrome://flags on the address bar.
  2. Search for Enable Enhanced Bookmarks option.
  3. Disable it.
  4. Close and restart Chrome.
  5. Type chrome://extensions on the address bar. You should see the bookmark manager extension now.
  6. Remove the bookmark manager extension.
Hope it helps.

Saturday, November 01, 2014

Handling 404 error page by showing set of suggested links

When a user attempts to follow a broken link or mistypes a url on a website, the user will often be redirected to a typical friendly "404 Not Found" web page so he knows what has happened, instead of throwing some ugly error message.

One way to enhance the experience would be to guess where the visitor intended to go and suggest that page or shows a list of possible pages. An article by the Smashing Magazine describes an approach that makes use of Google's Custom Search API for this purpose. Before embarking onto the implementing it on production, please do note that the free tier for this API has a limit of 100 calls per day.

» A Better 404 Page | Smashing Magazine

Popular Posts