Jump to content

Clanscorpia

Member
  • Posts

    4,372
  • Joined

  • Last visited

Posts posted by Clanscorpia

  1. 32 minutes ago, TechnoNoob said:

    There is this girl i like very much at school. We take same bus all the way to school and we go same school (what a coincidence). And one early day i decided to talk to her in person and said that she is pretty and bla bla out of nowhere, she smiled and said thanks to what i said but she said she needs to go because she have class. Now i know her name and want to add on facebook. Is that creepy? 

    Add her on Instagram or Snapchat, not Facebook thats just weird

  2. 2 hours ago, Trixanity said:

    False. Anandtech has showed time and time again how efficient Adreno graphics are. Sometimes Apple's graphics wins in benchmarks (often due to them using Metal and Adreno still being forced to run on OpenGL) but they do so while consuming more power and the size is also bigger. Apple doesn't allow measurements but they run into thermal constraints; that's proof enough.

    Efficient =/= better

  3. 32 minutes ago, JohnVHSTapes said:

    Will Tim Hortons ever come state side? I think they're scared of Dunkin Donuts and Starbucks.

    Theres lots of Timmies in the northern states buts its the same prices as our stuff but in USD so its not really worth it and nothing was really true to taste. 

    8 minutes ago, Ezzy-525 said:

    Yeah but none of those are really fast food things. I mean it's nice for a big chain to do them.

     

    Obviously I could make my own cheese toasties or bung some wedges in the oven, then get some yum yums from Greggs.

    What you need to try is the muffins. Theyre amazing, you can like take the top off and its delicious and then the inside is super soft and moist theyre like gods muffins.

  4. 2 minutes ago, jagdtigger said:

    But expensive AF, its way cheaper to put every phone into the drawer before class... :D (If you can do it that is, we never gave up our phones in school...)

    With the amount phones are used for class activities its not a very efficient system, and I know lots of times where having my phone on me has been very helpful.

  5. 1 minute ago, descendency said:

    This is so easy to stop with a smart network policy...

     

    Like, ban any device from joining the network that isn't school approved and block the port(s) required to start a game. Also, ban the IPs of the servers. 

     

    And the problem goes away with a few ACLs and some Mac filtering.

    Most schools have a network for school devices and a network for student devices.

  6. Hi everyone,

    Ive made a website for one of my buisness assignments but I have a major issue. None of the buttons are working in Internet Explorer. This is really odd because it works perfectly fine in everything else. If you guys can spot anything that would make it incompatible with IE that would be awesome.

    Spoiler
    
    <!DOCTYPE html>
    <html><head>
    <link rel="stylesheet" type="text/css" href="index.css">
    <!--Index page for Wills Assignment-->
    <title> Will's Website </title>
    <script src="index.js"></script> 
    <script src="Page2.js"></script> 
    <script src="Page3.js"></script> 
    </head>
    
    <body>
    <header>
    <center>
    <h1 class="heading">Index page of Will's Website</h1>
    <button class="button" onClick="visitP2();">Page 2</button><button class="button" onClick="visitP3();">Page 3</button>
    </center>
    </header>
    <center><h1 class="heading">All about me - Will *******</h1></center>
    <hr>
    
    <ol class="list">
    <h2 class="heading">My Family</h2>
    <li>Will *** - 15 </li>
    <li>Johnny *** - 13 </li>
    <li>Lily *** - 10 </li>
    <li>Ben *** - 8</li>
    <li>Samantha *** - 42</li>
    <li>Chris *** - 42</li>
    </ol>
    <ol class="list">
    <h2 class="heading">Where I've lived and went to school</h2>
    <li>Olympus Avenue - 1 year</li>
    <li>Carriage Lane - 4 years
    <br>
    *** - 4 years</li>
    <li>Powell Court - Current
    <br>
    *** - 8 years </li>
    </ol>
    <img src="mod.jpg" alt="MOD" style="width:350px;height:400px;">
    <br>
    <div class="a">
    <a href="*******/">School Website</a>
    </div>
    </body>
    
    <footer>
    <center><h4 class="heading">Made by Will **** - Grade 9 - 2018</h4></center>
    <center><button class="button"><a href="mailto:*****@gmail.com">Email</a></button> </center>
    </footer>
    
    </html>

     

     

    Spoiler
    
    @charset "utf-8";
    
    body {
    	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
        background-color: #FF363A;
    	margin-top: 0px;
    	margin-right: 0px;
    	margin-bottom: 0px;
    	margin-left: 0px;
    }
    
    footer {
        background-color: tomato;
    	width: 100%;
    }
    
    header {
    	background-color: tomato;
        width: 100%;
    	height: 5%;
    	margin-top: 0px;
    }
    
    a.link, a.visited, a.hover, a.active {
    	color: red;
    	text-decoration: none;
    }
    .heading {
    	color:black;
    }
    
    .list, p {
    	color:black;
    	width: 29%;
    	text-align: justify;
    	line-height: 25px;
    	float: left;
    	padding-left: 20px;
    	padding-right: 20px;
    	font-size: 18px;
    }
    
    .button {
        background-color: white;
        border: solid;
    	border-color: red;
    	border-width: 1px;
        color: black;
        padding: 15px 32px;
        text-align: center;
        display: inline-block;
        font-size: 16px;
    	margin-right: 20px;
    	margin-left: 20px;
    	margin-bottom: 10px;
    	
    	
    }
    
    .button2 {
        background-color: white;
        border: solid;
    	border-color: red ;
    	border-width: 1px;
        color: black;
        padding: 10px 10px;
        text-align: center;
        display: inline-block;
        font-size: 16px;
    	margin-right: 20px;
    	margin-left: 20px;
    	margin-bottom: 10px;
    }
    
    div.a {
    	text-align: right;
    	padding-right: 500px;
    }
    

     

    //Function for accessing Index page
        function visitI(){
            window.location='index.htm';
        }

     

  7. 1 hour ago, SC2Mitch said:

    I'm so confused, why just not have one single tax? Wouldn't it be easier on your yearly tax filings? 

    Because its more expensive for certain states to function then others. So like New Yorks government is a lot more expensive to run because the roads the roads need to be plowed and stuff during the winter, while in a country like Alabama theres not much that needs to be done there so the taxes are a lot lower. 

  8. On 2/22/2018 at 5:37 PM, TopDollar said:

    Gopro Hero 5 Black to complement the Hero 4 Silver I have been using. Using them mostly for recording flying videos. Really helps with debriefing lessons.

     

    5977395957332762011%253Faccount_id%253D2

    How much better is it compared to the Silver?

  9. Find a sport that you genuinely enjoy. I thought I hated sports until I started kayaking and that got me out of gaming and getting active. Then I was introduced to cross country skiing and I love it so much I got to provincial championships in my first year. I dont think it helped my computer problem though because all I do is look at skis or ski xD 

  10. 3 hours ago, Sauron said:

    If the vague possibility of being more effective at countering rare (yes, rare) successful terror attacks by a few extremists justifies religious persecution in your mind, you may just be worse than them.

    The difference is in those countries it isnt rare, its happens nearly everyday in the middle east. 

×