Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 49
» Latest member: antwantillman
» Forum threads: 4,492
» Forum posts: 4,495

Full Statistics

Online Users
There are currently 890 online users.
» 0 Member(s) | 887 Guest(s)
Yandex, Bing, Applebot

Latest Threads
SELECT statement with MS ...
Forum: MS Access SQL Tutorials
Last Post: Qomplainerz
07-27-2023, 03:35 PM
» Replies: 0
» Views: 1,505
SELECT statement with the...
Forum: MS Access SQL Tutorials
Last Post: Qomplainerz
07-27-2023, 03:31 PM
» Replies: 0
» Views: 874
Creating hyperlinks in HT...
Forum: HTML5 Tutorials
Last Post: Qomplainerz
07-27-2023, 01:23 PM
» Replies: 0
» Views: 1,252
What's new in HTML5?
Forum: HTML5 Tutorials
Last Post: Qomplainerz
07-27-2023, 12:48 PM
» Replies: 0
» Views: 942
What is HTML5?
Forum: HTML5 Tutorials
Last Post: Qomplainerz
07-27-2023, 12:43 PM
» Replies: 0
» Views: 846
Neck isometric exercises
Forum: Exercises
Last Post: Qomplainerz
07-27-2023, 11:44 AM
» Replies: 0
» Views: 1,197
Shoulder shrug
Forum: Exercises
Last Post: Qomplainerz
07-27-2023, 11:43 AM
» Replies: 0
» Views: 768
Neck retraction
Forum: Exercises
Last Post: Qomplainerz
07-27-2023, 11:43 AM
» Replies: 0
» Views: 754
Neck flexion and extensio...
Forum: Exercises
Last Post: Qomplainerz
07-27-2023, 11:42 AM
» Replies: 0
» Views: 857
Neck rotation
Forum: Exercises
Last Post: Qomplainerz
07-27-2023, 11:42 AM
» Replies: 0
» Views: 818

 
  Machinery (Browser game)
Posted by: Qomplainerz - 03-20-2023, 06:15 PM - Forum: Incremental Games 2021 - No Replies

You can find the game here

Print this item

  Exercise 0003 - Variables
Posted by: Qomplainerz - 04-10-2022, 09:42 AM - Forum: JavaScript Tutorials - No Replies

Variables are some kind of drawers with captions.
The captions are a hint for what kind of stuff can be found inside the drawers.
In the case of variables it can be for example numbers or text.

The older way to declare variables in JavaScript is using the var keyword.
The newer way to declare variables in JavaScript is using the let keyword.
We will use the newer way here.

Code:
let txt = "Hello, World!"

In the first example we will declare a variable, assign a value to it and show the output in a HTML document:

Code:
<!DOCTYPE HTML>

<html>

<head>
    <title>Variables</title>
</head>

<body>

    <script>
        let x = 100;
        document.write(x);
    </script>

</body>

</html>

In the second example we will change the value of the variable and show the output before and after the change in a HTML document:

Code:
<!DOCTYPE HTML>

<html>

<head>
  <title>Untitled</title>
</head>

<body>

    <script>
        var x = 100;
        document.write(x);
    </script>
    <br>
    <script>
        x = 42;
        document.write(x);
    </script>

</body>

</html>

I've put it in two script tags and added a <br> tag between them, because there might be unexpected results otherwise.

Print this item

  Exercise 0002 - Hello World in JavaScript in the browser console
Posted by: Qomplainerz - 04-10-2022, 07:45 AM - Forum: JavaScript Tutorials - No Replies

In order to write content in the browser console we will need the console.log() function.

As usual I will take "Hello, World!" as example.


Code:
<!DOCTYPE HTML>

<html>

<head>
    <title>Hello World</title>
</head>

<body>

    <script>
        console.log("Hello, World!");
    </script>

</body>

</html>

Print this item

  Exercise 0001 - Hello World in JavaScript within a HTML document
Posted by: Qomplainerz - 04-10-2022, 07:43 AM - Forum: JavaScript Tutorials - No Replies

In order to write content in HTML documents we will need the document.write() function.

As usual I will take "Hello, World!" as example.


Quote:<!DOCTYPE HTML>

<html>

<head>
    <title>Hello World</title>
</head>

<body>

    <script>
        document.write("Hello, World!");
    </script>

</body>

</html>

Print this item

  Walking Goshawk by BP Chua
Posted by: Qomplainerz - 04-07-2022, 03:58 PM - Forum: Animal Photography - No Replies

[Image: v2?sig=42c95eaabb2a3e591090a6dddb0fc5b58...b165536cb2]

Print this item

  DFR089 Physical Vibes - Submerged (Original Mix) [Delaforce Recordings]
Posted by: Qomplainerz - 04-07-2022, 12:08 PM - Forum: Trance Releases - No Replies

#music #trance #trancemusic #trancefamily #trancelife #tranceaddict #trancelovers #trancemix #messanypromotions

Catalogue number: DFR089
Artist: Physical Vibes
Track: Submerged
Mix: Original Mix
Label: Delaforce Recordings

This track will be exclusively released on Beatport on 17/04/2022.
It will be available in all other stores on 01/05/2022.

Follow Delaforce Recordings:
http://www.fb.com/delaforcerecordings

Follow Physical Vibes:
https://www.fb.com/PhysicalVibesMusic
https://soundcloud.com/physicalvibes/tracks


Print this item

  un peti by Juan Luis Garcia Moreno
Posted by: Qomplainerz - 04-07-2022, 10:44 AM - Forum: Animal Photography - No Replies

[Image: v2?sig=8da29f47eec59e16323e9a39622f6a855...6fe603e7ab]

Print this item

  Orangutan by Maja Stampe Frejlev Jensen
Posted by: Qomplainerz - 04-07-2022, 10:43 AM - Forum: Animal Photography - No Replies

[Image: v2?sig=8db92230e61c3d107b617472718fab489...56187d6007]

Print this item

  Young Goshawk. by Håkon Øvermo
Posted by: Qomplainerz - 04-07-2022, 10:40 AM - Forum: Animal Photography - No Replies

[Image: v2?sig=2d5141f13b76573e91da1e509021ac290...750057bf9f]

Print this item

  Blue-eyed by Ryszard Kosmala
Posted by: Qomplainerz - 04-07-2022, 10:38 AM - Forum: Animal Photography - No Replies

[Image: v2?sig=353949695101835dfb9906efc92090d19...582a26efa6]

Print this item