Topalian JavaScript Sun Report by Christopher Topalian
Topalian JavaScript Sun Report by Christopher Topalian
JavaScript
Sun Report
by
Christopher Andrew Topalian
All Rights Reserved
Copyright 2000-2023
Dedicated
to
God the Father
<!-- Dedicated to God the Father -->
<!-- https://github.com/ChristopherTopalian --
>
<!--
https://github.com/ChristopherAndrewTopalia
n -->
<!--
https://gitlab.com/ChristopherAndrewTopalia
n -->
<html>
<head>
<title> Topalian JavaScript Sun Report </title>
<script>
function createApp(whichArray)
{
let titleOfApp =
document.createElement("div");
titleOfApp.textContent = "Topalian
JavaScript Sun Report";
titleOfApp.style.fontSize = "30px";
document.body.append(titleOfApp);
//-//
let lineBreakUnderTitle =
document.createElement("hr");
document.body.append(lineBreakUnderTitle);
//-//
//-//
let theImage =
document.createElement("img");
theImage.src = whichArray[x].url;
theImage.style.width =
whichArray[x].theWidth + "px";
theImage.style.height =
whichArray[x].theHeight + "px";
document.body.append(theImage);
//-//
let lineBreakUnderImage =
document.createElement("hr");
document.body.append(lineBreakUnderImag
e);
}
}
</script>
</head>
<body onload = "createApp(solarData);">
</body>
</html>
/* Dedicated to God the Father */
/* https://github.com/ChristopherTopalian */
/*
https://github.com/ChristopherAndrewTopalia
n */
/*
https://gitlab.com/ChristopherAndrewTopalia
n */
/* style001.css */
body
{
background-color: rgb(40, 40, 40);
font-family: arial;
font-size: 20px;
font-weight: bold;
color: rgb(255, 255, 255);
}
.nameOfImage
{
position: relative;
}
.nameOfImage:hover:after
{
position: absolute;
left: 0px;
top: 50px;
padding-left: 13px;
padding-right: 13px;
z-index: 98;
background: rgba(0, 0, 0, .8);
border-style: solid;
border-width: 1px;
border-color: rgb(255, 255, 255);
border-radius: 8px;
font-size: 20px;
color: rgb(255, 255, 255);
content: attr(gloss);
white-space: pre;
}
// https://github.com/ChristopherTopalian
//
https://github.com/ChristopherAndrewTopalia
n
//
https://gitlab.com/ChristopherAndrewTopalia
n
// solarData.js
let solarData =
[
{
name: "noaa_sun_now_red",
url:
"https://sdo.gsfc.nasa.gov/assets/img/latest/l
atest_1024_0304.jpg",
description: "Current Image of the Sun -
Red",
theWidth: width001,
theHeight: height001
},
{
name: "noaa_sun_now_orange",
url:
"https://sdo.gsfc.nasa.gov/assets/img/latest/l
atest_1024_0193.jpg",
description: "Current Image of the Sun -
Orange",
theWidth: width001,
theHeight: height001
},
{
name: "noaa_sun_now_magnetogram",
url:
"https://sdo.gsfc.nasa.gov/assets/img/latest/l
atest_1024_HMIB.jpg",
description: "Current Image of the Sun -
Magnetogram",
theWidth: width001,
theHeight: height001
},
{
name: "noaa_sun_now_Intensitygram",
url:
"https://sdo.gsfc.nasa.gov/assets/img/latest/l
atest_1024_HMIIF.jpg",
description: "Current Image of the Sun -
Intensitygram \nSun Spots",
theWidth: width001,
theHeight: height001
}
];
True Artificial Intelligence System
16-Gon
Tautology
MI 1111 CI
1101 1011
AND XNOR
0001 1001
LP RP
0011 0101
OR NOR
0111 1000
RC LC
1010 1100
XOR NAND
0110 1110
CNI MNI
Contra-
0100 0010
-diction
0000
For More Tutorials:
CollegeOfScripting.weebly.com
CollegeOfScripting.wordpress.com
Youtube.com/ScriptingCollege
Twitter.com/CollegeOfScript
GitHub.com/ChristopherTopalian
GitHub.com/ChristopherAndrewTopalian
GitLab.com/ChristopherAndrewTopalian
Sites.google.com/view/CollegeOfScripting
Dedicated to God the Father
This book is created by the
College of Scripting Music & Science.
Always remember, that each time you write a script
with a pencil and paper, it becomes imprinted so
deeply in memory that the material and methods are
learned extremely well.
When you Type the scripts, the same is true. The
more you type and write out the scripts by keyboard
or pencil and paper, the more you will learn
programming!
Write and Type every example that you find.
Keep all of your scripts organized.
Every script that you create increases your
programming abilities.
SEEING CODE, is one thing,
but WRITING CODE is another.
Write it, Type it, Speak It, See It, Dream It.
CollegeOfScripting.weebly.com