IT Blog NOW

An Information Technology View by Sam Moreira

Author Archive

Testing WordPress Android App

This is my first blog post using the WordPress Android App. So far, I can say it’s very easy to use and you can easily create a quick post for your blog when the only device you have on hand is your Android phone.
However, I’m missing a critical feature, which is the ability to edit [...]

Google Accounts on Twitter

Over the weekend, the Google Blog team posted a list of Google accounts on Twitter. I had no idea Google had so many twitter accounts. If all other companies also posted some sort of directory of where we could find what is interesting to us about them, it would make it easier for us to [...]

How To Use Custom Objects as Hashtable Keys Without Getting Duplicated Keys in Your Collection

Have you ever faced an issue of having duplicated key objects in your Hashtable even though the objects represent the same entity? In this post I’ll show a way to circumvent the Hashtable behavior.
Sometimes we have a need to use objects as Hashtable keys instead of strings. At least for me, most of the time, [...]