Launch of Girls Who Code – Fusion CoG Club (Introduction 1)

Bookmark (0)

No account yet? Register

Hello everyone! I’m excited to announce the launch of our girl’s coding club on Kidznet. Our goal is to create a community of young coders and teach them the skills they need to succeed in the digital age. In this club, we’ll learn about coding concepts, build coding projects, and explore different career paths in […]

Girls Who Code – Fusion CoG Club 🤹‍♀️🤹‍♂️🫵

Bookmark (1)

No account yet? Register

If you are interested in coding, you are in the right place!! This is a coding group for girls 🤹‍♀️who are interested in coding and technology. We meet regularly to learn new skills, work on projects, and have fun. Remember, coding is a fun and rewarding activity that can help you develop new skills, express […]

How To Make A Login Form

Bookmark (1)

No account yet? Register

Hello:) Many coders wonder how to make text input, and some wonder if I could make a text input only for emails. So if you are looking for it you came to the right place. You can make a simple text input by typing: <input>. But what if you just need it for emails? You […]

How To Make Your Website Mobile Friendly?

Bookmark (0)

No account yet? Register

Many websites are not mobile friendly, and when they try to make it friendly they need to redesign it. This can lead to struggling  and force them to give up. Here is a shortcut method. This is a basic code using a metatag to make your webpage mobile friendly. Code: <head>     <meta name=”viewport” […]

How To Write A Paragraph In Html?

Bookmark (0)

No account yet? Register

Hello:) Today we will talk about paragraphs in HTML. Paragraphs are blocks of content separated by blank lines or indentations. To write a paragraph we will need to use the <p> tag. Example: Next, you will open the file and the paragraph will show output like in the photo below: Homework: Make an HTML paragraph […]

HTML Group

Bookmark (0)

No account yet? Register

Hello:) In this group we will post some HTML tips. If you want to help, you can post tips too! If you have a problem, please post it in the comments, or in an individual group, but put this group as the category button, or mention these users: @HTML-codes (me) @basha

Variables in C++

Bookmark (0)

No account yet? Register

In this post I will introduce you to variables and how do they work. I will also show you how to write them in C++. Let’s go on. Variables are object, or keywords that carry on information, such as letters, symbols, numbers etc. In C++, we classify those variables into string variables (string), int variables […]

The Best Programming Languages For Kids

Bookmark (1)

No account yet? Register

I’m a young self-taught programmer and I’m fluent in many programming languages. My parents don’t know much about computers, so I learned coding by YouTube and e-books. Based on my experience, mainly the programming languages are hard, except for a few of them.Also a quick tip: Math won’t leave you aside along your programming journey, […]

LEARNING PYTHON : CALCULATOR

Bookmark (0)

No account yet? Register

In this post you will learn about the Python programming language. Python is a high-level general programming languages created in 1991 by Guido van Rossum. It was named after the famous show, “Monty Python’s Flying Circus.” Python uses a lot of indentation instead of parentheses/brackets to make the code easier to read. It can be […]

Learning QBasic: Calculator

Bookmark (1)

No account yet? Register

Do you want to learn QBasic? Below is an example of it. The program below accepts two numbers and performs a math calculation on it, similar to a calculator. QBasic stands for Quick Beginners All Purpose Symbolic Instruction Code. It was created by Microsoft in 1991 and is based on the original BASIC language released […]