Discuss Scratch

TheDreamyProfessor
Scratcher
500+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

TheDreamyProfessor wrote:

cutted

MikeDEV wrote:

cutted

TheDreamyProfessor wrote:

k sorry

Last edited by TheDreamyProfessor (Oct. 16, 2020 07:56:55)


500 posts !!(๑>◡<๑)
hii ! call me xue 〜
i love cats , drawing , and music (^_-)
fav artists : odetari, kikuo, 6arelyhuman, kets4eki, ayesha, alex g (╹◡╹)♡

xoxo (kisses hugs) - 6arelyhuman
01:06 ━━━━⬤─────── 04:05













































































are u stalking me
TheDreamyProfessor
Scratcher
500+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

god286 wrote:

you also made a mistake i think:
try this:
<html>
  <head>
    <meta name=“viewport” content=“width=device-width, initial-scale=1.0”>
    <meta http-equiv=“Content-Type” content=“text/html; charset=utf-8”>
    <link rel=“stylesheet” href=“sitestyles.css”>
    <title>Meower - Social Media Safe For All Ages!</title>
    
    <style type=“text/css”>
      body {
        margin: 0;
        font-family: Arial;
      }
      
      .navigation {
        background-color: #ff9100;
        height: 55px;
        border-bottom: 1px solid #eb8500;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
      }
      
      .navigation a{
        text-decoration: none;
        font-weight: bold;
        color: white;
        position: relative;
        top: 17.5px;
        padding: 20px;
      }
      
      .navigation a:hover{
        background-color: #eb8500;
      }
      
      .dotborder{
        border-left: 2px dashed #eb8500;
        height: 55px;
        position: absolute;
        margin-left: -4.5px;
      }
    </style>
  </head>
  <body>
    <div class=“navigation”>
      <center>
        <a>(Logo Here)</a>
        <a href="https://scratch.mit.edu/discuss/topic/426512/">Forum</a>
        <a href="https://scratch.mit.edu/studios/27234442/">Studio</a>
        <a href=”https://meowerplus.tk“>Meower+</a>
        <vl class=”dotborder“></vl>
        <a href=”/credits“>Credits</a>
      </center>
    </div>
    <div class=”content“>
      <h1 style="text-align: center;">Replace this header with content</h1>
    </div>
  </body>
</html>

you used single character “ instead of normal ” in the first one and the second u used "
um i have a question:
you cloud coders and coders and server thingy coders are using html? On a scratch project?

500 posts !!(๑>◡<๑)
hii ! call me xue 〜
i love cats , drawing , and music (^_-)
fav artists : odetari, kikuo, 6arelyhuman, kets4eki, ayesha, alex g (╹◡╹)♡

xoxo (kisses hugs) - 6arelyhuman
01:06 ━━━━⬤─────── 04:05













































































are u stalking me
TheDreamyProfessor
Scratcher
500+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

TheDreamyProfessor wrote:

god286 wrote:

you also made a mistake i think:
try this:
<html>
  <head>
    <meta name=“viewport” content=“width=device-width, initial-scale=1.0”>
    <meta http-equiv=“Content-Type” content=“text/html; charset=utf-8”>
    <link rel=“stylesheet” href=“sitestyles.css”>
    <title>Meower - Social Media Safe For All Ages!</title>
    
    <style type=“text/css”>
      body {
        margin: 0;
        font-family: Arial;
      }
      
      .navigation {
        background-color: #ff9100;
        height: 55px;
        border-bottom: 1px solid #eb8500;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
      }
      
      .navigation a{
        text-decoration: none;
        font-weight: bold;
        color: white;
        position: relative;
        top: 17.5px;
        padding: 20px;
      }
      
      .navigation a:hover{
        background-color: #eb8500;
      }
      
      .dotborder{
        border-left: 2px dashed #eb8500;
        height: 55px;
        position: absolute;
        margin-left: -4.5px;
      }
    </style>
  </head>
  <body>
    <div class=“navigation”>
      <center>
        <a>(Logo Here)</a>
        <a href="https://scratch.mit.edu/discuss/topic/426512/">Forum</a>
        <a href="https://scratch.mit.edu/studios/27234442/">Studio</a>
        <a href=”https://meowerplus.tk“>Meower+</a>
        <vl class=”dotborder“></vl>
        <a href=”/credits“>Credits</a>
      </center>
    </div>
    <div class=”content“>
      <h1 style="text-align: center;">Replace this header with content</h1>
    </div>
  </body>
</html>

you used single character “ instead of normal ” in the first one and the second u used "
um i have a question:
you cloud coders and coders and server thingy coders are using html? On a scratch project?
im not understanding yet

500 posts !!(๑>◡<๑)
hii ! call me xue 〜
i love cats , drawing , and music (^_-)
fav artists : odetari, kikuo, 6arelyhuman, kets4eki, ayesha, alex g (╹◡╹)♡

xoxo (kisses hugs) - 6arelyhuman
01:06 ━━━━⬤─────── 04:05













































































are u stalking me
god286
Scratcher
1000+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

TheDreamyProfessor wrote:

TheDreamyProfessor wrote:

god286 wrote:

you also made a mistake i think:
try this:
<html>
  <head>
    <meta name=“viewport” content=“width=device-width, initial-scale=1.0”>
    <meta http-equiv=“Content-Type” content=“text/html; charset=utf-8”>
    <link rel=“stylesheet” href=“sitestyles.css”>
    <title>Meower - Social Media Safe For All Ages!</title>
    
    <style type=“text/css”>
      body {
        margin: 0;
        font-family: Arial;
      }
      
      .navigation {
        background-color: #ff9100;
        height: 55px;
        border-bottom: 1px solid #eb8500;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
      }
      
      .navigation a{
        text-decoration: none;
        font-weight: bold;
        color: white;
        position: relative;
        top: 17.5px;
        padding: 20px;
      }
      
      .navigation a:hover{
        background-color: #eb8500;
      }
      
      .dotborder{
        border-left: 2px dashed #eb8500;
        height: 55px;
        position: absolute;
        margin-left: -4.5px;
      }
    </style>
  </head>
  <body>
    <div class=“navigation”>
      <center>
        <a>(Logo Here)</a>
        <a href="https://scratch.mit.edu/discuss/topic/426512/">Forum</a>
        <a href="https://scratch.mit.edu/studios/27234442/">Studio</a>
        <a href=”https://meowerplus.tk“>Meower+</a>
        <vl class=”dotborder“></vl>
        <a href=”/credits“>Credits</a>
      </center>
    </div>
    <div class=”content“>
      <h1 style="text-align: center;">Replace this header with content</h1>
    </div>
  </body>
</html>

you used single character “ instead of normal ” in the first one and the second u used "
um i have a question:
you cloud coders and coders and server thingy coders are using html? On a scratch project?
im not understanding yet
this and this explains it

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
wgyt
Scratcher
1000+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

Block_Point_Studios wrote:

Here's some HTML for the meower website. You should also update the meower plus site.


snip


Just wondering, why isn't the plus site part of the original. You should have done meower.tk/plus
the plus site is a separate endeavor of Meower
Hello from New Jersey

william - not active - https://wgyt.tk
MikeDEV
Scratcher
1000+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

I'm going to be a tad bit off-topic, but It seems I had a dream where someone created a forum thread mentioning a “meower killer”. I'm not really sure what that means, but I'm a bit concerned.

Oddly, the person's sig. contained something called “toilet house”, with a picture of 2 sprites of toilets facing each other. I really don't know how to interpret this. This dream occurred a few moments before my alarm went off today.

Last edited by MikeDEV (Oct. 16, 2020 11:46:51)


I have left Scratch! Goodbye everyone, I'll remember you all in therapy.
If you want to ever get in contact with me again, please visit my Github instead.
Also, if you need to, you can contact me via Meower. You'll know where to look.
wgyt
Scratcher
1000+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

MikeDEV wrote:

I'm going to be a tad bit off-topic, but It seems I had a dream where someone created a forum thread mentioning a “meower killer”. I'm not really sure what that means, but I'm a bit concerned.
Doesn't exist. See this:

william - not active - https://wgyt.tk
Block_Point_Studios
Scratcher
100+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

god286 wrote:

you also made a mistake i think:
try this:
<html>
  <head>
    <meta name=“viewport” content=“width=device-width, initial-scale=1.0”>
    <meta http-equiv=“Content-Type” content=“text/html; charset=utf-8”>
    <link rel=“stylesheet” href=“sitestyles.css”>
    <title>Meower - Social Media Safe For All Ages!</title>
    
    <style type=“text/css”>
      body {
        margin: 0;
        font-family: Arial;
      }
      
      .navigation {
        background-color: #ff9100;
        height: 55px;
        border-bottom: 1px solid #eb8500;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
      }
      
      .navigation a{
        text-decoration: none;
        font-weight: bold;
        color: white;
        position: relative;
        top: 17.5px;
        padding: 20px;
      }
      
      .navigation a:hover{
        background-color: #eb8500;
      }
      
      .dotborder{
        border-left: 2px dashed #eb8500;
        height: 55px;
        position: absolute;
        margin-left: -4.5px;
      }
    </style>
  </head>
  <body>
    <div class=“navigation”>
      <center>
        <a>(Logo Here)</a>
        <a href="https://scratch.mit.edu/discuss/topic/426512/">Forum</a>
        <a href="https://scratch.mit.edu/studios/27234442/">Studio</a>
        <a href=”https://meowerplus.tk“>Meower+</a>
        <vl class=”dotborder“></vl>
        <a href=”/credits“>Credits</a>
      </center>
    </div>
    <div class=”content“>
      <h1 style="text-align: center;">Replace this header with content</h1>
    </div>
  </body>
</html>

you used single character “ instead of normal ” in the first one and the second u used "

I think you made the mistake. My version is a lot better. It looks similar to Scratch. When I test yours, all the CSS is gone

Hi! I'm Block_Point_Studios. I love Undertale and Minecraft. I also run a texture shop here.
MikeDEV
Scratcher
1000+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

wgyt wrote:

MikeDEV wrote:

I'm going to be a tad bit off-topic, but It seems I had a dream where someone created a forum thread mentioning a “meower killer”. I'm not really sure what that means, but I'm a bit concerned.
Doesn't exist.

Thankfully not now, though I fear it may happen.

I have left Scratch! Goodbye everyone, I'll remember you all in therapy.
If you want to ever get in contact with me again, please visit my Github instead.
Also, if you need to, you can contact me via Meower. You'll know where to look.
Undermemes
Scratcher
500+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

MikeDEV wrote:

wgyt wrote:

MikeDEV wrote:

I'm going to be a tad bit off-topic, but It seems I had a dream where someone created a forum thread mentioning a “meower killer”. I'm not really sure what that means, but I'm a bit concerned.
Doesn't exist.

Thankfully not now, though I fear it may happen.
oh gosh if it is really a forum to kill off meower… that would stink. this really looks like a cool platform in scratch and i don't want it to die out, not this early where the program isn't even been really made yet

i am not making projects anymore but i am very active in the forums so meet me there
The forums i am on
The beepbox.co forum
The mother/earthbound forum
The undertale forum
The deltarune forum
The sonic the hedgehog forum
The Bosca Ceoil forum… ya thats about it… Topic's that i made The BassoonTracker Topic
The_Wolf302
Scratcher
100+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

-CloudGate- wrote:

The_Wolf302 wrote:

Do i HAVE to be in repl
if you want to work on the website
hmmm i wanna do the scratch ver

nah man, signatures are too overused lol
wait, this is one!
johnelr
Scratcher
1000+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

anyone gonna go to meower plus

Last edited by johnelr (Oct. 16, 2020 12:40:17)


johnelr
Stamps (click) ->

wgyt
Scratcher
1000+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

Do you guys have school or what?

william - not active - https://wgyt.tk
wgyt
Scratcher
1000+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

I broke google

william - not active - https://wgyt.tk
looserty
Scratcher
500+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

So we own openly?
https://www.openly.tk/ and how can I edit it?

Ctrl + Shift + Down to See the rest of my Siggy
Looserty
Artist | Coder | Meower | Cats Great Escape

Thanks to DreamyProfessor for the Banner

TheDreamyProfessor wrote:

Oh-Botheration wrote:

MinecraftKitten2 wrote:

zedthehedgehog wrote:

burgermachine74 wrote:

looserty wrote:

TANGNEO000 wrote:

MinecraftKitten2 wrote:

zedthehedgehog wrote:

looserty wrote:

looserty wrote:

TheDreamyProfessor wrote:

burgermachine74 wrote:

MinecraftKitten2 wrote:

burgermachine74 wrote:

UnaGames2019 wrote:

TheDreamyProfessor wrote:

burgermachine74 wrote:

zedthehedgehog wrote:

TheDreamyProfessor wrote:

looserty wrote:

CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
RIP. He has Fallen
looserty
Scratcher
500+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

Touchcreator wrote:

https://www.openly.tk
https://www.gamr.gq

both are Meower media products
Sweet!

Ctrl + Shift + Down to See the rest of my Siggy
Looserty
Artist | Coder | Meower | Cats Great Escape

Thanks to DreamyProfessor for the Banner

TheDreamyProfessor wrote:

Oh-Botheration wrote:

MinecraftKitten2 wrote:

zedthehedgehog wrote:

burgermachine74 wrote:

looserty wrote:

TANGNEO000 wrote:

MinecraftKitten2 wrote:

zedthehedgehog wrote:

looserty wrote:

looserty wrote:

TheDreamyProfessor wrote:

burgermachine74 wrote:

MinecraftKitten2 wrote:

burgermachine74 wrote:

UnaGames2019 wrote:

TheDreamyProfessor wrote:

burgermachine74 wrote:

zedthehedgehog wrote:

TheDreamyProfessor wrote:

looserty wrote:

CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
RIP. He has Fallen
Touchcreator
Scratcher
500+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

looserty wrote:

Touchcreator wrote:

https://www.openly.tk
https://www.gamr.gq

both are Meower media products
Sweet!
Sorry, I firgured out that Gamr is third-party

Press crtl+shift+down after highlighting part of my siggy, or install a scrollbar siggy extension to see more.
See this project! It's 3d models in Scratch! (For real this time) 500 posts!
http://internetometer.com/image/48189.png

Also,


looserty
Scratcher
500+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

Touchcreator wrote:

looserty wrote:

Touchcreator wrote:

https://www.openly.tk
https://www.gamr.gq

both are Meower media products
Sweet!
Sorry, I firgured out that Gamr is third-party
Who made openly?

Ctrl + Shift + Down to See the rest of my Siggy
Looserty
Artist | Coder | Meower | Cats Great Escape

Thanks to DreamyProfessor for the Banner

TheDreamyProfessor wrote:

Oh-Botheration wrote:

MinecraftKitten2 wrote:

zedthehedgehog wrote:

burgermachine74 wrote:

looserty wrote:

TANGNEO000 wrote:

MinecraftKitten2 wrote:

zedthehedgehog wrote:

looserty wrote:

looserty wrote:

TheDreamyProfessor wrote:

burgermachine74 wrote:

MinecraftKitten2 wrote:

burgermachine74 wrote:

UnaGames2019 wrote:

TheDreamyProfessor wrote:

burgermachine74 wrote:

zedthehedgehog wrote:

TheDreamyProfessor wrote:

looserty wrote:

CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
CGE!
RIP. He has Fallen
Touchcreator
Scratcher
500+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

looserty wrote:

Touchcreator wrote:

looserty wrote:

Touchcreator wrote:

https://www.openly.tk
https://www.gamr.gq

both are Meower media products
Sweet!
Sorry, I firgured out that Gamr is third-party
Who made openly?
Me, but I instantly gave it to Meower Media

Press crtl+shift+down after highlighting part of my siggy, or install a scrollbar siggy extension to see more.
See this project! It's 3d models in Scratch! (For real this time) 500 posts!
http://internetometer.com/image/48189.png

Also,


wgyt
Scratcher
1000+ posts

⋙ Meower - A Social Media On Scratch, That's Safe! - (Applications Closed)⋘

Touchcreator wrote:

looserty wrote:

Touchcreator wrote:

looserty wrote:

Touchcreator wrote:

https://www.openly.tk
https://www.gamr.gq

both are Meower media products
Sweet!
Sorry, I firgured out that Gamr is third-party
Who made openly?
Me, but I instantly gave it to Meower Media
Me in the corner trying to see the scratch admin panel by forking a github repo

william - not active - https://wgyt.tk

Powered by DjangoBB