Friday, 19 December 2014

Best Selfie Ever!

Umm...


What I Did Yesterday

Yesterday i woke up and did a recording for my youtube channel. once i finally got a recording i then uploaded it. i watched some youtube videos and then i installed the game crossfire. after that i went to cosco or costco to get some groceries. when i went home i wait.... this is what i did today. well whatever i do this everyday. but when i went home i played some crossfire but when i noticed i sucked i deleted crossfire. then i watched a movie then went onto my i phone. i mean smartphone -_- i hate it when people say "its not a iphone its a smartphone" but i also have a dumb phone witch is a crappy old cell phone that still works. then i went onto my computer watched some youtube videos, replied to some comments then started blogging again.

that was the largest paragraph ever.

bye bye!

Thursday, 18 December 2014

My Pokemon Trainer Cards!

Hey guys sorry for being inactive for so long its just that i,ve been uploading alot of videos onto my youtube channel but im finally back and today im going to show you some of my custom trainer cards i made at PokeCharms.com for free you can click on the link to make your own! ok lets just get to the cards!

                                                                         card 1

oh by the way scroll down to the bottom and check out my youtube channel My Channel!




card 2

ok so let me say this so this looks like an actual blog.
yesterday i went to the cricket match (Australia vs india) and it was really hot so i went home early went onto my computer recorded a video, deleted that video. then i went for a short jog and the reason its short is because it started to rain. then i went inside did a few other recordings then deleted them all then gave up and went to bed

Quake Live | My Sniper Vlog

Monday, 15 December 2014

Quake live | I found an easter egg?



(READ IF YOU WANT TO DOWNLOAD QUAKE LIVE)

today i talk about my internet bugging out and being slow and how i found an easter egg it looks but i'm not quiet sure if it is. but i will try it again to make sure. by the way you can try it out if you download quake live for free. (because it is) for the PC.



download quake live: http://www.quakelive.com/#!home

*EDIT: CONFIRMED BUT YOU JUST NEED TO PLAY ON EYE TO EYE.*

Monday, 10 November 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!

VISUAL BASIC TITLE CHANGER TUTORIAL

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!

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!

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!

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.

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)

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)

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!

Friday, 26 September 2014

Programming tutorial number 2

Hello everyone sorry for no posts but today we are going to be doing a notepad programming tutorial with pictures! type this in notepad

@echo off
color 0a
:menu
cls
echo Hello And Welcome to the program!
echo the numbers then enter on the keyboard!
echo 1)Start
echo 2)Exit
set /p choice=Choice:

if %choice% == 1 goto start
if %choice% == 2 exit

:start
cls
echo Hello And welcome to the program!
pause
exit


the goto command will take you to a cyber location.
as you see start is made a cyber location so if you typed in 1 it would go to that location.
save the file a as a .bat extension file. then run the program an voila!

Tuesday, 23 September 2014

Here is the download link for the screen capture:
Download Screen capture
once downloaded open it click file then Capture then save to see if it works.
good luck!
Props to DrX360mods!.

My new screen capture device

Thanks to this guy on youtube called DrX360mods i made a screen capture device so now i can take screen shots for this blog! i made it in visual basic and it is awsome.
nothing else!EDIT:Now for download!!!

Title Changer

This is my first visual basic program. i learnt this from a guy forgot who he was but download this!
Download My Title Changer
once you put some text in click Push me or whatever button it was
then click next to change the title again!
I made this with...
visual basic
a label
2 buttons
simple coding skills
textbox
and a Form style program in VB!
Enjoy!

Programming languages that you should learn.

these are some programming languages that you should learn.
C++. Downloadable at visualstudio.com
Visual basic 2010 express.downloadable at visualstudio.com
Python.available at python.org

These are some simple programming languages to learn but not C++
but visual basic and python is easy and i use python and visual basic (VB).
the wordconverter was made from python and i converted it to exe.

programming is love,programming is life.
(remake of shrek is love, shrek is life.)

Programming With Notepad

Hello everyone and today i will be showing you how to program in notepad (Simple programs)
first open up notepad (windows 7 and xp etc) and type
@echo off
color 0a
:menu
cls
echo Hello world.
pause

now save it as all files and save it as whatever you want then add the extension .bat
that will save it as a batch file.

Code Definitions for the code in thus program
@echo off - hides the code
color 0a - changes the text color to green and background to black. First letter is the background and second is the text color type color red in cmd for color codes.
:menu or :(whatever you want) makes a location in the program.
cls - clears the screen
echo - says what you typed after echo
pause - Says Press any key to continue... ALWAYS PUT THIS IN THE END OF THE PROGRAM
TO STOP IT FROM CLOSING AUTOMATTICALY ONCE YOU START THE PROGRAM
UP.
there you go!
Hello and welcome to my website!
i will upload my programs i make and probably give you some programming tutorials
in notepad and other programming languages.
this is my first program:
Download my word converter
this program will convert your words into seperate letters.
for example you said Google
it will come out like this.
G
o
o
g
l
e
then you press enter to exit the program