Friday, 31 October 2014
Thursday, 30 October 2014
My New Fish!
Hello everyone long time no see but today i am going to talk about my new fish!
My Fish's name is Zori
He or she is a Siamese fighting fish
he/she is blue
he/she likes cold water
he/she lives in a small tank with no decorations
BEWARE IF YOU PUT A SIAMESE FIGHTING FISH WITH ANOTHER FISH THEY WILL FIGHT
Thanks for tuning in!
My Fish's name is Zori
He or she is a Siamese fighting fish
he/she is blue
he/she likes cold water
he/she lives in a small tank with no decorations
BEWARE IF YOU PUT A SIAMESE FIGHTING FISH WITH ANOTHER FISH THEY WILL FIGHT
Thanks for tuning in!
Wednesday, 29 October 2014
Sunday, 26 October 2014
Friday, 17 October 2014
My New Youtube channel
Hello everyone and today i am going to give you a link to my youtube channel
here it is:
my youtube channel (i changed the name)
thank you for listening!
here it is:
my youtube channel (i changed the name)
thank you for listening!
Thursday, 16 October 2014
My New Gaming Website!
Hello there and today i would like to inform you about my new Gaming Website!
Here is the link:
Gaming Website
Thank you for 129 views By the way but some of the views may be people just coming by looking through all the blogs but thank you!
Here is the link:
Gaming Website
Thank you for 129 views By the way but some of the views may be people just coming by looking through all the blogs but thank you!
Videos?
Hello everybody and today i am going to talk about me wanting to post videos.
I want you to tell me what recording software i can use to record my computers screen so i can make proper tutorials for you! I have tried Microsoft Expression Encoder 4 but it did not work. Got any ideas for any Recording software to record my Computers screen? Comment your ideas Below!
I want you to tell me what recording software i can use to record my computers screen so i can make proper tutorials for you! I have tried Microsoft Expression Encoder 4 but it did not work. Got any ideas for any Recording software to record my Computers screen? Comment your ideas Below!
Monday, 13 October 2014
More visual basic scripting
Hello everybody and today this post is going to be another tutorial!
you know what to do so just paste the code:
echo hello user!
oh wait sorry we are going to be doing some batch!
@echo off
:main
echo hello user!
echo What is your name?
set /p userName=
goto a
a:
echo hello %userName%
set var=89
echo the secret variable is %var%
if EXIST text.txt (
echo The File Exists
start text.txt
)
if NOT EXIST text.txt (
echo error
)
pause
what the NOT EXIST and EXIST does is it checks the computer for text.txt
and if it is found it will say The File exists if the text.txt is in the same place of the program.
(basically if text.txt is on the desktop, and the program is on the desktop it will say it exists
and will start text.txt)
otherwise it will say error.
you know what to do so just paste the code:
echo hello user!
oh wait sorry we are going to be doing some batch!
@echo off
:main
echo hello user!
echo What is your name?
set /p userName=
goto a
a:
echo hello %userName%
set var=89
echo the secret variable is %var%
if EXIST text.txt (
echo The File Exists
start text.txt
)
if NOT EXIST text.txt (
echo error
)
pause
what the NOT EXIST and EXIST does is it checks the computer for text.txt
and if it is found it will say The File exists if the text.txt is in the same place of the program.
(basically if text.txt is on the desktop, and the program is on the desktop it will say it exists
and will start text.txt)
otherwise it will say error.
Sunday, 12 October 2014
A Visual Basic Like Script File Is Born
Hello people of the internet and today i will be uploading one of my Visual Basic Script Files!
(i made this in visual basic 2010 express because i cant convert vbs to exe.)
Here is the link:
Download The File
Instructions:
1. Right click on the Downloaded Zipped file and click extract. (does work for Winrar or 7Zip archives)
Enjoy the program!. (It is EXE)
(i made this in visual basic 2010 express because i cant convert vbs to exe.)
Here is the link:
Download The File
Instructions:
1. Right click on the Downloaded Zipped file and click extract. (does work for Winrar or 7Zip archives)
Enjoy the program!. (It is EXE)
How i became a programmer
Hello everybody! Today i will not be doing a tutorial or anything...
Instead i am telling you my first programming languages i learnt, and how i wanted to program more!
One day i felt like making a game. i looked up how to make a program in notepad(because it sounded easy and i didn't want to download anything). i clicked on a video and tried copying the code.(batch code) i watched all the videos in the series and i made a quiz. i deleted the quiz i made, then remade it by watching the video again. i became very interested into programming that i made a text-based batch adventure game. i worked so hard on it that it was worth 13 kilobytes already! then when i heard of a programming language called Scratch, i started learning the tools (command blocks)
and made a few games. Then later on i learnt a bit of Visual Basic 2010 Express. Once my license expired in VB 2010 express i moved on to Python (python is free so i could keep it). The day i installed python was the day i tried learning java, but i gave up due to how hard it is.
And that is how i became a programmer
VBS Programming
hello there people of the internet and this time we will be doing some more VBS programming!
1. open up notepad.
2.Copy the code and look at it carefully.
Msgbox("Hello world")
myInt = Inputbox("enter a number")
Msgbox("i predict that your number is " &myInt)
3. DO NOT RUN THE PROGRAM YET
4. now study the code and comment on this post what the code will do.
5. Then save the program with a .vbs extension (FOR WINDOWS OPERATING SYSTEMS ONLY)
6. Run the program.
That is a random picture of the universe (in my brain)
1. open up notepad.
2.Copy the code and look at it carefully.
Msgbox("Hello world")
myInt = Inputbox("enter a number")
Msgbox("i predict that your number is " &myInt)
3. DO NOT RUN THE PROGRAM YET
4. now study the code and comment on this post what the code will do.
5. Then save the program with a .vbs extension (FOR WINDOWS OPERATING SYSTEMS ONLY)
6. Run the program.
That is a random picture of the universe (in my brain)
Sunday, 5 October 2014
VBS programming (for windows systems only)
Hello everybody sorry for the lack of posts but i will be doing a tutorial on vbs programming(visual basic script programming). Lets get started!
1. open up notepad or a text editor available for windows operating systems.
2.paste or type the code below:
Msgbox("Hello World")
name = Inputbox("What is your name?")
adminName = "Admin main"
Msgbox("Hello " &name)
Msgbox("the variable is " &adminName)
4.save the file as whatever you want and add the extension .vbs for the program to work!
i will post a download link for some of my visual basic script programs soon!
1. open up notepad or a text editor available for windows operating systems.
2.paste or type the code below:
Msgbox("Hello World")
name = Inputbox("What is your name?")
adminName = "Admin main"
Msgbox("Hello " &name)
Msgbox("the variable is " &adminName)
4.save the file as whatever you want and add the extension .vbs for the program to work!
i will post a download link for some of my visual basic script programs soon!
Subscribe to:
Comments (Atom)
