Saturday, February 26, 2011

Promises





from: Rossana Tazzioli, RIEMANN - Le géomètre de la nature, Belin pour la science,2010.

I have been enjoying the above mentionned book on Riemann and have found the findings, cited in the box, quite interesting. The book goes on to mention that a few years earlier, Gauss had announced this finding, adding that he would eventually produce a proof- «of childlike simplicity» but never did. Promises, promises.

Clearly the idea is preposterous in the Cartesian plane: the integral is the area under the curve, so that the oddity has to come from the play of calculations when the y axisis i. What would a function definition look like on the complex plane anyway. The plane is itself a function of sorts.

The book hints that the function is harmonic...

Friday, February 25, 2011

Thursday, February 24, 2011

Deitel 2000






Declaring variables allocates space on the computer for value input. ParseInt makes sure the numbers are read as integers and not strings of characters.

One can style the output with html tags by putting them within double quotes.

Enjoy the possibilities!

Monday, February 21, 2011

Sunday, February 20, 2011

Saturday, February 19, 2011

Wednesday, February 2, 2011

Specific


When using CSS, one can specify the application range of one's styling elements. The # specification covers a single unique element. The class id, with a ., can be applied a number of times.

Tuesday, February 1, 2011

CSS + JSCRIPT







CSS permit one to define page elements with great precision.
Javascript allows one to alter these elements interactively.