Page 1 of 3 [ 33 posts ]  Go to page 1, 2, 3  Next

JamesKavanagh
Hummingbird
Hummingbird

User avatar

Joined: 15 Dec 2011
Age: 30
Gender: Male
Posts: 19
Location: London

12 Dec 2015, 12:37 pm

Sorry if I was a bit confusing I just meant how did u get the text code to activate inside the forum since I am not that used to using wrong planet so am unsure if there is modifiable options for people who can code custom text ect.?


Confusing myself a little trying to explain but hopefully you get the gist of what I mean



Earthling
Veteran
Veteran

User avatar

Joined: 23 Aug 2015
Posts: 3,450

12 Dec 2015, 12:53 pm

Here's how you create color:

Code:
[color=#XXXXXX]YOUR TEXT[/color]

XXXXXX is 00-FF hex colors for red, green, blue

Example: [color=#AA408F]Does this answer your question?[/color]

Does this answer your question?



JamesKavanagh
Hummingbird
Hummingbird

User avatar

Joined: 15 Dec 2011
Age: 30
Gender: Male
Posts: 19
Location: London

12 Dec 2015, 1:05 pm

Testingtesting 1,2,3,



JamesKavanagh
Hummingbird
Hummingbird

User avatar

Joined: 15 Dec 2011
Age: 30
Gender: Male
Posts: 19
Location: London

12 Dec 2015, 1:06 pm

Cool thanks I just saw that there was a info guide on how to do it :D



Earthling
Veteran
Veteran

User avatar

Joined: 23 Aug 2015
Posts: 3,450

12 Dec 2015, 2:21 pm

JamesKavanagh wrote:
there was a info guide on how to do it

I didn't know that.
Where?



JamesKavanagh
Hummingbird
Hummingbird

User avatar

Joined: 15 Dec 2011
Age: 30
Gender: Male
Posts: 19
Location: London

12 Dec 2015, 2:24 pm

When you are writing a comment or reply click on the Hyperlink --> BBCode it opens a page with other linkes on how it works it is just bellow the message body writing right next to Options



x_amount_of_words
Veteran
Veteran

User avatar

Joined: 29 May 2007
Gender: Female
Posts: 1,359
Location: Spokane, Washington

15 Dec 2015, 10:39 am

I am a beginner programmer but I have some programs that I can share that I did while I was in school. Maybe it will be of use to someone.

Visual Basic:
Hockey Statistics - http://pastebin.com/6W6HhpKW
Apartment Rent - http://pastebin.com/xn7J5fru
Very Simple VB Calculator - http://pastebin.com/1XLCjy4U

C#:
Basic User Interface - http://pastebin.com/BGqb1ZjP
Weekly Pay Calculator - http://pastebin.com/AV0jsXcp
Calculates Weekly Pay From Annual Salary - http://pastebin.com/sagCcFAU
Gets and displays employee info, benefits, and pay - http://pastebin.com/sXVww9Fm
ATM Machine - http://pastebin.com/xhtceFc3
Simple Snack Machine - http://pastebin.com/3mGXCZBH
Calculator Source - http://pastebin.com/M7NLQFPw
Reverse Text - http://pastebin.com/bctmQfjD
Count Number Of Vowels in String - http://pastebin.com/UPizwjXF
Shout Box - http://pastebin.com/ppS5c8kr

Python:
Rock, Paper, Scissors - http://pastebin.com/3x9AkfiG
Logbook - http://pastebin.com/VLZfEbSE
Very Simple Python Calculator - http://pastebin.com/TPGypGKi

Some of them are object-oriented but pretty basic stuff. Feel free to learn from them if you are new or use parts of them as code snippets. Tips or suggestions are welcome.



ZD
Veteran
Veteran

User avatar

Joined: 30 Oct 2015
Gender: Male
Posts: 589
Location: Manchester, England

15 Dec 2015, 10:43 am

Just realised I never kept anything I did from the test projects I did 8O


_________________
( If I ignore a reply it's not intentional I get distracted, send me a PM to prompt me :) )


JakeASD
Veteran
Veteran

User avatar

Joined: 8 Jul 2015
Gender: Male
Posts: 1,297
Location: Kent, UK

15 Dec 2015, 10:47 am

I'm currently studying Java. My learning centre's manager allowed me to undertake a HTML course first, but the two are extremely different in content and difficulty. HTML is simply memorising small pieces of code/tags, but Java is rather convoluted and not particularly fun nor simple to learn.


_________________
"Every day, once a day, give yourself a present. Don't plan it, don't wait for it, just let it happen. " - Special Agent Dale Cooper, Twin Peaks


x_amount_of_words
Veteran
Veteran

User avatar

Joined: 29 May 2007
Gender: Female
Posts: 1,359
Location: Spokane, Washington

15 Dec 2015, 10:55 am

I am interested in learning HTML so I can code a website. Do you guys have any e-book suggestions or video tutorials? How did you learn to code in HTML?



ZD
Veteran
Veteran

User avatar

Joined: 30 Oct 2015
Gender: Male
Posts: 589
Location: Manchester, England

15 Dec 2015, 10:58 am

x_amount_of_words wrote:
I am interested in learning HTML so I can code a website. Do you guys have any e-book suggestions or video tutorials? How did you learn to code in HTML?


Have a look at code academy it gets you going with the basics and it's interactive.

The way I learnt was from the reference manuals I think? can't remember now to long ago :)


_________________
( If I ignore a reply it's not intentional I get distracted, send me a PM to prompt me :) )


JakeASD
Veteran
Veteran

User avatar

Joined: 8 Jul 2015
Gender: Male
Posts: 1,297
Location: Kent, UK

15 Dec 2015, 11:25 am

x_amount_of_words wrote:
I am interested in learning HTML so I can code a website. Do you guys have any e-book suggestions or video tutorials? How did you learn to code in HTML?


My learning facilitators kindly allowed me to study "Introduction to HTML" free of charge. If you conduct a search on Google, you may find the course online. It's really simple to learn; you just need a text editor such as NotePad or NotePad ++ for the coding and a web browser to publicise what you have executed.

Unfortunately it's nothing at all like Java!


_________________
"Every day, once a day, give yourself a present. Don't plan it, don't wait for it, just let it happen. " - Special Agent Dale Cooper, Twin Peaks


x_amount_of_words
Veteran
Veteran

User avatar

Joined: 29 May 2007
Gender: Female
Posts: 1,359
Location: Spokane, Washington

15 Dec 2015, 11:26 am

Thanks, I will check those suggestions out.



x_amount_of_words
Veteran
Veteran

User avatar

Joined: 29 May 2007
Gender: Female
Posts: 1,359
Location: Spokane, Washington

15 Dec 2015, 11:28 am

JakeASD wrote:
x_amount_of_words wrote:
I am interested in learning HTML so I can code a website. Do you guys have any e-book suggestions or video tutorials? How did you learn to code in HTML?


My learning facilitators kindly allowed me to study "Introduction to HTML" free of charge. If you conduct a search on Google, you may find the course online. It's really simple to learn; you just need a text editor such as NotePad or NotePad ++ for the coding and a web browser to publicise what you have executed.

Unfortunately it's nothing at all like Java!


I saw a few results come up when I Googled this. I'm not really sure which one to click.



x_amount_of_words
Veteran
Veteran

User avatar

Joined: 29 May 2007
Gender: Female
Posts: 1,359
Location: Spokane, Washington

15 Dec 2015, 11:29 am

ZD wrote:
x_amount_of_words wrote:
I am interested in learning HTML so I can code a website. Do you guys have any e-book suggestions or video tutorials? How did you learn to code in HTML?


Have a look at code academy it gets you going with the basics and it's interactive.

The way I learnt was from the reference manuals I think? can't remember now to long ago :)


I have been on code academy before. I will check it out again. Thanks.



Earthling
Veteran
Veteran

User avatar

Joined: 23 Aug 2015
Posts: 3,450

15 Dec 2015, 11:57 am

I once made a Java program to practice the Japanese base alphabets Hiragana and Katakana.
It would basically show a character on the screen and I would have to input the right pronunciation for it.