[POLL] Do you do any coding of some sort?

Do you do any coding of some sort?


  • Total voters
    14

xXWindows10Xx

Forum Expert
Donator
Joined
Jun 17, 2015
Posts
318
Ratings
149 7
#1
I'm just curious to see if anyone knows any coding of some sort :p

I know
  1. HTML
  2. CSS
  3. SCSS
  4. Javascript
  5. PHP
  6. jQuery
  7. mySQL
  8. Bootstrap

[DOUBLEPOST=1464647218][/DOUBLEPOST]
HTML:
<!DOCTYPE HTML>
<html>
<head>
<title>Google</title>
<link rel = "icon" type = "image/png" href = "Google.png"/>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
</head>
<body>
<div class = "viewport">
<div class = "head">
<a href = "#">Gmail</a>
<a href = "#">Images</a>
<a href = "#" class = "apps"><i class="material-icons" style = "margin-top:-7px;">apps</i></a>
<a href = "#" class = "sign_in">Sign&nbsp;In</a>
</div>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<div class = "main">
<div class = "logo">
<center>
<img src = "Logo.png" height = "100px" width = "280px"/>
<p class = "canada">Canada</p>
</center>
</div>
<br/>
<br/>
<form>
<div class = "search">
<center>
<input type="text" id = "search">
</center>
</div>
</form>
<br/>
<br/>
<form>
<div class = "submit">
<center>
<input type = "submit" value = "Google Search" class = "GoogleSearch">
&nbsp;
<input type = "submit" value = "I'm Feeling Lucky" class = "FeelingLucky">
</center>
</div>
</form>
<br/>
<br/>
<div class = "french">
<center>
<p class = "message">Google.ca offered in: &nbsp;<a href = "#">Fran&ccedil;ais</a></p>
</center>
</div>
<script>
document.getElementById("search").focus();
</script>
</div>
<div class="footer">
<div class = "wrap">
<a href = "#">Advertising</a>
<a href = "#">Business</a>
<a href = "#">About</a>
<div class = "pushright">
<a href = "#">Privacy</a>
<a href = "#">Terms</a>
<a href = "#">Settings</a>
</div>
</div>
</div>
</div>

</body>
</html>
HTML:
 * {
                font-family: arial,sans-serif;
                margin: 0;
            }
           
       
           
            html {
              height: 100%;
                max-height: 100%;
                overflow: hidden;
            }
           
            body {
                width:100%;
                height: 100%;
                max-height: 100%;
                white-space: nowrap;
               
               
               
               
                position: relative;
                  margin: 0;
               
               
                /*overflow-y:hidden;
                overflow-x: hidden;*/
            }
           
            .viewport{
                width: 100%;
               height: 100%;
                /*overflow-y: hidden;
                overflow-x: hidden;*/
                white-space: nowrap;

                position:absolute;
                   margin: 0 auto;
                margin-bottom: -7;
                padding-bottom: 0;
                max-height: 100%;
            }
           
           
            .head {
                float: right;
                margin-right: 30px;
                margin-top:20px;
               
            }
           
            .apps {
                margin-top: 5px;
               
                height: 30px;
                width:30px;
               
                background-position: -130px -30px;
                box-sizing: border-box;
                display: inline-block;
                vertical-align: middle;
                outline: none;
                border-radius: 2px;
                -webkit-border-radius:2px;
               
                cursor: default;
            }
           
            i:hover {
            color: black;
           
            }
           
           
            .sign_in {
                background-color: dodgerblue;
                color: white;
                font-weight: bold;
                border-radius: 2px;
                -webkit-border-radius: 2px;
                background-image :-webkit-linear-gradient(top, rgb(67, 135, 253), rgb(70, 131, 234));
               
                padding: 8px 14px;
                text-align: center;
                vertical-align: middle;
               
                margin-left: 11px;
                margin-bottom: 2px;
            }
   
            a {
                margin-top: -5px;
                text-decoration: none;
                padding: 7px 6px;
                color: #737373;
                font-size: small;
            }
           
            a:hover {
                text-decoration: underline;
            }
           
           
           
            .sign_in:hover {
               
            }
           
               
           
            .logo {
                margin:0 auto;
               
                /*overflow-y: hidden;
                overflow-x: hidden;*/
                white-space: nowrap;
            }
           
            .search {
                /*overflow-y: hidden;
                overflow-x: hidden;*/
                white-space: nowrap;
            }
           
            #search {
                width:620px ;
                height:32px;
                padding-left: 6px;
                font-size: 20px;
                font-weight: thin;
                margin: auto;
               
               
              /*overflow-y: hidden;
                overflow-x: hidden;*/
                white-space: nowrap;
               
               
                line-height: 26px !important;
                z-index: 6;
                cursor: text;
                border: 0.5px solid lightgray;
               
               
                background-image: url("https://lh4.ggpht.com/TB-IHpq4AEau6r8Pn4EhXRkPnSGw7eB8a368JIYPAePcKaQg8kaujtSncUHDXQmJHdA=w300");
                background-repeat: no-repeat;
                background-size:20px 20px;
                background-position: 99%;
            }                 
           
            #search:focus {
                font-size: 20px;
                font-weight: thin;
                color: black;
                padding-left: 6px;
                 
               
                /*overflow-y: hidden;
                overflow-x: hidden;*/
                white-space: nowrap;
               
               
                border: none;
                -webkit-border-radius: 0;
                 border-radius: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
                border: 1px solid #4285f4;
            }
           
           
            .submit {
                margin: 0 auto;
                /*overflow-y: hidden;
                overflow-x: hidden;*/
                white-space: nowrap;
            }
           
            .GoogleSearch {
                background-color: #f2f2f2;
                border: 1px solid #f2f2f2;
                border-radius: 2px;
                color: #757575;
                cursor: default;
                font-family: arial,sans-serif;
                font-size: 13px;
                font-weight: bold;
                text-align: center;
                width: 127px;
                height: 35px;
               
               
                margin: 0 auto;
                /*overflow-y: hidden;
                overflow-x: hidden;*/
                white-space: nowrap;
            }
           
            .FeelingLucky {
                background-color: #f2f2f2;
                border: 1px solid #f2f2f2;
                border-radius: 2px;
                color: #757575;
                cursor: default;
                font-family: arial,sans-serif;
                font-size: 13px;
                font-weight: bold;
                text-align: center;
                width: 140px;
                height: 35px;
               
               
                margin: 0 auto;
                /*overflow-y: hidden;
                overflow-x: hidden;*/
                white-space: nowrap;
               
            }
           
            .GoogleSearch:hover {
                background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
                color:#222;
                background-color: #f8f8f8;
                border: 1px solid #c6c6c6;
                font-size: 13px;
                box-shadow: 0 1px 1px rgba(0,0,0,0.1);
                font-family: arial, sans-serif;
                font-weight: bold;
   
            }
           
           
            .FeelingLucky:hover {
                background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
                color:#222;
                background-color: #f8f8f8;
                border: 1px solid #c6c6c6;
                font-size: 13px;
                box-shadow: 0 1px 1px rgba(0,0,0,0.1);
                font-family: arial, sans-serif;
                font-weight: bold;
            }
           
            .footer {
                position:absolute;
                margin-top: -30px;
                height: 30px;
                clear:both;
                background-color: #f2f2f2 ;
               
                border:none;
                border-top: 1px solid #e4e4e4;
                width: 100%;
                white-space: nowrap;
               
                padding-top: 10px;
                margin-bottom:0;
                padding-bottom: 0;
                overflow: hidden;
                bottom: 0;
               
                padding-left: 14px;
               
            }   
           
            .footer a {
                color: #737373;
                padding: 20px 13px;
               
                white-space: nowrap;
                margin-bottom:0;
                padding-bottom: 0;
                overflow: hidden;
            }
           
            .main {
                height: 100%;
                white-space: nowrap;
                max-height: 100%;               
               
            }
           
            .pushright {
                float: right;
                white-space: nowrap;
                padding-right: 34px;
            }
           
           
            .french {
                margin: auto;
                white-space: nowrap;
                margin-top: -15px;
            }
           
           
            .message {
                font-size: 13px;
                color:#222;
                white-space: nowrap;
                margin-top: -15px;
            }
           
            .french a {
                color:#1a0dab;
                white-space: nowrap;
            }
           
            .french a:visited {
                color:#609;
            }
           
            .canada {
                margin-top: -25px;
                margin-left: 220px;
                color: #4285f4;
                font:16px/16px roboto-regular, arial, sans-serif;
                white-space: nowrap;
            }
 
Last edited:

xXWindows10Xx

Forum Expert
Donator
Joined
Jun 17, 2015
Posts
318
Ratings
149 7
#4
I finished all classes on Codecademy if that counts?
I guess that counts :p
Codecademy is awesome and a great way to learn how to code :D
[DOUBLEPOST=1464725769][/DOUBLEPOST]
I've tried learning javascript but never got the hang of it
Keep on trying :)
<script>
if (Soloangel) {
learn javascript="AWESOME";
}
else {
learn javascript = "Keep on trying :) "
}
</script>
 

bearstudio

Member
VIP+
bearstudio
bearstudio
VIP+
Joined
May 30, 2016
Posts
16
Ratings
11
#5
I guess that counts :p
Codecademy is awesome and a great way to learn how to code :D
[DOUBLEPOST=1464725769][/DOUBLEPOST]
Keep on trying :)
<script>
if (Soloangel) {
learn javascript="AWESOME";
}
else {
learn javascript = "Keep on trying :) "
}
</script>
Free and simple, what else do you want from a website that teaches you such a valuable skill?
 

SoloAngel

Active Member
Donator
Joined
Apr 3, 2016
Posts
41
Ratings
42
#9
I guess that counts :p
Codecademy is awesome and a great way to learn how to code :D
[DOUBLEPOST=1464725769][/DOUBLEPOST]
Keep on trying :)
<script>
if (Soloangel) {
learn javascript="AWESOME";
}
else {
learn javascript = "Keep on trying :) "
}
</script>
Ayy i see what you did there;) if i learn it that's awesome, if i dont i gotta keep on trying:D
 

Texans45

Forum Legend
ELITE
Dqnyul
Dqnyul
ELITE
Joined
Jan 29, 2016
Posts
1,130
Ratings
862 74
#13
i did game coding on games like scratch back in like the 6th grade.. does that count?
Lmao, yes.
300th Post!!!!!
Thanks guys.
 

xXWindows10Xx

Forum Expert
Donator
Joined
Jun 17, 2015
Posts
318
Ratings
149 7
#14
i did game coding on games like scratch back in like the 6th grade.. does that count?
I know how to use scratch lol :p I guess that can count
[DOUBLEPOST=1464915794][/DOUBLEPOST]
java script / custom .jar plugins with eclipse ( for minecraft )
Cool :D
But doesn't MC use Java, not javascript, since javascript is more of a web application, where else Java is more of a code to use alongside applications? Many people get javascript and Java mixed up lol :p