Posts

Showing posts with the label javascript.

Nexus 7 - second thoughts.

Image
The Nexus seven is beginning to grow on me despite limitations I could easily get around with a linux box. Yes you can install linux on the touchpad, but it is still not a complete adaption last I heard. Then too, you lose the Android environment. Seems that more and more applications want you to root your system if you want to take advantage of their software. In someways that could be a deal breaker, Thought about getting a cheap tablet to experiment with that and keep the Nexus seven a bit more private. First project was to see if I could serve out a gpxe linux install from the Nexus 7.  It would be so neat to be able to start a linux install on a traditional pc from a tablet device. Already do this all the time from a regular server (see the last article). For some reason of the web servers I tried for the android they were not up to the challenge,  Disappointing, but not the end of the world. There are some plus sides to having the server, You can run html and javascript ...

25 Degrees Celsius. Doesn't seem even cold to me.

Image
Lately I have noticed that websites and certain newspapers are using degrees Celsius instead of the usual degrees in Fahrenheit. Actually 25 degrees Celsius is 77 degrees for what we are used to. Whew...... Now that makes sense. Another area to consider is baking or cooking. Most recipes call for 350 degrees for most recipes. Now if you have an oven that is measured in Celsius and you used the Fahrenheit values your food will burn and there even might be a house fire. 350 degrees Celsius is 662 degrees in Fahrenheit.  In Celsius 0 degrees is freezing and 100 degrees is boiling. In Fahrenheit 32 degrees is freezing and 212 degrees is boiling. What I want to do is to get two birds with one stone. Not only give a web page that will do the conversion, but expose you to some Javascript. Once you have saved the file, you can easily load it into your web browser without having to use a web server. Now here is the code: ([code] and [/code] should not be copied or typed in.) ...