Tag Archive | "Google"

UI Design Can Be Funny Sometimes… Again

Monday, December 15, 2008

0 Comments

Right after we got done laughing about Mixx’s somewhat mixed message on it’s “do more!” submission confirmation page, we tried out Google’s Friend Connect (integrated on the right hand side of the site if you are interested) and saw an even more interesting placement of conflicting functions: Pretty great if you ask us… immediately after you [...]

Continue reading...

Android’s Unlock Screen is a Level of Security

Sunday, September 28, 2008

0 Comments

Google’s Android mobile platform has a pretty interesting approach to the unlock screen that makes it more than just a simple way to avoid hitting buttons in your pocket. Android’s unlock screen actually introduces a new level of security to the device that didn’t previously exist on mobile phones without introducing an annoying new system [...]

Continue reading...

CrossOver Chromium, first impressions

Monday, September 22, 2008

3 Comments

Like all internet enthusiasts, I was ecstatic to see Google release a new browser. Unfortunately, like all *nix enthusiasts, my heart dropped at the sight of “Google Chrome (BETA) for Windows” and no sign of a corresponding Linux or Mac version. Fortunately, the good guys over at Codeweavers released a version of Chromium [...]

Continue reading...

Google’s Chrome Browser Process Model Explained

Friday, September 5, 2008

0 Comments

Marc Chung has posted an in-depth analysis of Google’sChrome Browser process model. Why this is interesting is because the new process model in Chrome is one of the most powerful aspects of the browser, allowing it to render JavaScript-heavy web applications much faster without blocking the entire browser process hung in a render loop (something [...]

Continue reading...

Easy Encryption in Java and Python with Keyczar

Friday, August 15, 2008

5 Comments

Do you need to encrypt small text data, like serial numbers or customer numbers in your web application?  With the amount of data being transmitted online and the increasing need to protect customers against identity theft, encryption is the one and only choice to keep customers safe. Unfortunately, implementing encryption is a daunting task [...]

Continue reading...