Shonzilla, a pattern-seeking animal

Life is a game of patterns and chance, and those who play well will win.

Feeds
Add to Technorati Favorites


Twitter

See also (via Entrecard)

programming coupons powered by RetailMeNot.com

Tue Jun 30

Hilarious internet musical… well worth the watch!

Pop quiz: Does it remind you of some people you know? ;-)

[via CollegeHumor]

Sat Apr 25
Fri Mar 20

Great stuff that your Google Chrome browser can do… most experiements won’t look as good or as fat in other web browsers. 



Have in mind that everything is implemented in HTML, JavaScript and CSS. :-)



Verdict: this is one great viral marketing campaign!



Thanks to Raša for letting me know about this and bashing Tetris within a web browser as a bleak achievement. ;-)

Great stuff that your Google Chrome browser can do… most experiements won’t look as good or as fat in other web browsers.

Have in mind that everything is implemented in HTML, JavaScript and CSS. :-)

Verdict: this is one great viral marketing campaign!

Thanks to Raša for letting me know about this and bashing Tetris within a web browser as a bleak achievement. ;-)

Fri Sep 5
Watch this comic explaining in detail features Google Chrome web browser.

Watch this comic explaining in detail features Google Chrome web browser.

Fri Mar 28

Design Coding by Poetic Prophet

Listen to the man rhyme! Yo!

Thu Feb 21

The new web browser Opera Mobile 9.5 looks (and works) great!

On a sidenote, sometimes project managers are not the best people to present their product (at least not to the general public). That guy might be considered cool by geek standards (for what he does) but certainly is not to your neighbour Joe or Jane who’d like to surf the web on their mobiles as well. :-)

What’s particularly interesting is the concept of Opera Widgets among which there are some that will surely keep any Facebook addict relaxed and happy.

In my view, mobile widgets are a very viable solution for small-screened mobile devices. What’s a mobile widget? Well, isn’t that a regular application that can be downloaded from a widget library that can be browsed from your desktop web browser as well.

[via DailyMotion]

Fri Feb 15
Every Web2.0 afficionado should have a look at this: Web Trend Map 2008.
The brilliant people at Information Architects selected nearly 300 of the most influential and successful websites and layered them over the greater Tokyo-area train map. Looks great and it’s a great reference too.
All of you Web2.0 addicts may use this as your del.icio.us 2.0. ;-) 
You can download a PDF (A3 format) or check out the clickable online version. Within a week, you will be able to obtain a huge poster (A0 format!) version of it. You can preview its prominent features in detail too.  
[via informationarchitects.jp]

Every Web2.0 afficionado should have a look at this: Web Trend Map 2008.

The brilliant people at Information Architects selected nearly 300 of the most influential and successful websites and layered them over the greater Tokyo-area train map. Looks great and it’s a great reference too.

All of you Web2.0 addicts may use this as your del.icio.us 2.0. ;-)

You can download a PDF (A3 format) or check out the clickable online version. Within a week, you will be able to obtain a huge poster (A0 format!) version of it. You can preview its prominent features in detail too.

[via informationarchitects.jp]

Wed Jan 23

Advanced 2D graphics for web using Java

Here’s something for web developers out there.

If you wonder sometime why Flash is being used so much, you’re going to like this.

I guess you may have heard for GWT (Google Web Toolkit) allowing you to write AJAX application in Java. GWT allows web developers can save their valuable/expensive time by not messing with infinite intricacies of writing cross-browser DHTML pages. Instead, they can use Java programming language in design time, use their favorite IDE in debug time while seeing the visual aspect effects rendered in an applet. When all coding and debugging work is done you can have the Java application compiled it into cross-browser JavaScript and CSS (using its own Java-to-JavaScript compiler). Intriguied? Go try it out!

The main point of this article is the WVGL (Web Vector Graphics Library) that builds on top of GWT to produce pretty advanced results - 2D graphics in web browser. WVGL library offers the graphics primitives and support for the following features:

  • Affine Transformations (used frequently in graphics)
  • Component Mouse Listeners
  • Paths
  • Strokes
  • Fills
  • Groups

Click here to check out how it draws a Bezier curve in web browser esentially using Java programming language!

Cool, isn’t it?

Kudos to Nathan Matthews, the author of WVGL! Thanks to Miloš Malić for the link.