Sunday, September 12, 2010

Amazing technology advances underway!

Terrafugia to Exoskeleton to Trans Euresia train!


http://www.youtube.com/watch?v=kat8I5UM_Vs

Saturday, June 26, 2010

MVC1 & MVC2

The right name would be model 1 & model 2:

Model 1 embeds navigation in the JSPs. It tends to be brittle when the number of pages gets large.

Model 2 combines JSPs with a servlet, usually a single front controller, which handles the navigation chores and leaves the JSPs to concentrate on presentation. All requests are sent from JSPs to the front controller servlet.

Struts and Java Server Faces are based on model 2 MVC.

Further to this there is also model2X which uses the JSP to create XML which is then transformed using an XSLT stylesheet; thereby seperating presentation from content generation. 

Wednesday, September 30, 2009

A great Javascript Accordion

Not too big of a Javascript expert but this one is really good!

Thursday, September 24, 2009

Creating a combined Flex/Java project in Flex Builder w/o LCDS/BlazeDS

A very useful Post!

http://corlan.org/2008/06/05/creating-a-combined-flexjava-project-in-flex-builder-wo-lcdsblazeds/

Monday, December 22, 2008

Parallel Universe!

Problems of the parallel computing world!

New technologies, such as spintronics (which uses the spin direction of a single electron to encode data) and quantum (or tunneling) transistors, may ultimately allow computers to run many times faster than they do now, while using much less power. But those technologies are at least a decade away from reaching the market, and they would require the replacement of semiconductor manufacturing lines that have cost many tens of billions of dollars to build.

Saturday, September 27, 2008