Home Entrance Wiki Search Login Register

Welcome, Guest. Please login or register.
March 06, 2023, 05:01:40 am
Forum activity rating: Five Star Posts: 103/24hrs Show Unread Posts | Unread Replies | Own Posts | Recent Posts
News: :ha: :pc: Hello Melonland! :pc: :happy:

Show Posts

* Messages | Topics | Attachments

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Cele

Pages: [1] 2 3 ... 10
1
♖ ∙ Games Cafe / Re: how do you interact with customisable characters?
« on: February 28, 2023, 02:49:09 pm »
I either make them look like myself or then I try to make it as close as possible to another fictional character. But I radically changed my appearance recently, so the ones "looking like me" don't really look like me anymore :grin: (Suddenly I got the feeling of editing my Mii, Animal Crossing and Switch Sports characters)


2
☺︎ ∙ Chat & General Interests / Re: 🇪 🇲 🇴 🇯 🇮 🇸
« on: February 28, 2023, 02:42:43 pm »
It took me a long time to shift from emoticons to emojis. My family kinda laughed at me on WhatsApp when I used ":D" instead of a smiling emoji. But I used platforms where emojis weren't a possibility, so I was just used to emoticons. Nowadays, I use emojis a normal amount. I have the most ridiculous pet peeve with them, which is the emoji "authority". For some reason, they refused to name the sauna emoji, well, sauna, instead going for "person in a steamy room". Like we're allowerd to have all these culturally specific things like mooncakes etc that make no sense to people outside those cultures, but a sauna is too much?


3
⛽︎ ∙ Technology & Archiving / Re: Windows 11
« on: February 25, 2023, 01:26:04 pm »
I don't really like how it works because I think that UI design peaked at Windows XP and anything that's going away from that is just too difficult to operate (see, I am already a grandma incapable of learning new things hahaha). I also don't like the needing to have a Microsoft account etc stuff. I was not planning on switching to it... I'll run Windows 10 as long as I can until they release something better I guess... (on my desktop because I need Windows for many programs and games).


4
I go to classical singing classes


5
I want them to find the missing fragments of the Epic of Gilgamesh as that is my favourite book :happy:

6
When I was younger, someone copied a bunch of text from my website... I asked them to remove it, and they said they would, but didn't. Not that it matters anymore. I just can't even imagine someone ripping of any of my sites haha


7
I live alone in the same apartment I have for a few years. Which I pay rent for, close to the town center. No pets or anything just me. Less than a week ago I was diagnosed with depression and my days are... I think I sleep half of it and the other half I sit in boredom, maybe playing a video game or something. I've been trying to go into some "support group" or other kinds of places where you can chill with some people around so at least I wouldn't be sitting at home doing nothing. I haven't really eaten much recently and I kind of forgot the last time I went to the store for proper grocery shopping but I've been preparing a sort of miso ramen thing with whatever I have around, although it can't of course compare in taste to the properly made stuff. I have a new job starting next Wednesday.

But because in reality I measure my time in "what fandoms was I into at the time", I've been really into Genshin Impact Scaramouche.


8
© ∙ Music Room / Re: what song/album reminds you of summer?
« on: February 23, 2023, 03:42:07 pm »
It's not like I listen to this during summers generally but I do remember a summer when I did


9
☕︎ ∙ Fun & Forum Games / Re: Nothing
« on: February 22, 2023, 06:25:28 pm »
Oh we're making jokes: Currently the content of my days


10
✁ ∙ Web Crafting / Re: Neocity/Geocity Personality Quizzes
« on: February 22, 2023, 03:30:00 am »
The site you linked seems to use JavaScript for it.

Code
<script language="JavaScript">
<!--
function process()
{
    var rose = 0;
    var tulip = 0;
    var  lupine= 0;
    var lily = 0;
        var f = document.f;
    var i = 0;

    for (i = 0; i < f.one.length; i++) if (f.one[i].checked) value = f.one[i].value;
    if (value == "1") { rose++; }
    if (value == "2") { tulip++; }
    if (value == "3") { lupine++; }
    if (value == "4") { lily++; }
    

    for (i = 0; i < f.two.length; i++) if (f.two[i].checked) value = f.two[i].value;
    if (value == "1") { rose++; }
    if (value == "2") { tulip++; }
    if (value == "3") { lupine++; }
    if (value == "4") { lily++; }
    
    for (i = 0; i < f.three.length; i++) if (f.three[i].checked) value = f.three[i].value;
    if (value == "1") { rose++; }
    if (value == "2") { tulip++; }
    if (value == "3") { lupine++; }
    if (value == "4") { lily++; }
    


    for (i = 0; i < f.four.length; i++) if (f.four[i].checked) value = f.four[i].value;
    if (value == "1") { rose++; }
    if (value == "2") { tulip++; }
    if (value == "3") { lupine++; }
    if (value == "4") { lily++; }
    

    
    for (i = 0; i < f.five.length; i++) if (f.five[i].checked) value = f.five[i].value;
    if (value == "1") { rose++; }
    if (value == "2") { tulip++; }
    if (value == "3") { lupine++; }
    if (value == "4") { lily++; }

    for (i = 0; i < f.six.length; i++) if (f.six[i].checked) value = f.six[i].value;
    if (value == "1") { rose++; }
    if (value == "2") { tulip++; }
    if (value == "3") { lupine++; }
    if (value == "4") { lily++; }
    


    var out = "rose";
    i = rose;
    if (rose > i) { out = "rose"; i = rose; }
    if (tulip > i) { out = "tulip"; i = tulip; }
    if (lupine > i) { out = "lupine"; i = lupine; }
    if (lily > i) { out = "lily"; i = lily; }

    location.href = out + ".html";
}
function err(msg, url, line)
{
        location.href = "error.html";
}
//window.onerror = err;
// -->
</script>

And then

Code
<form name="f">
</font><font color="black"><b>which of these colors do you like more</b><br>
<input type="radio" name="one" value="1">red<br>
<input type="radio" name="one" value="2">yellow<br>
<input type="radio" name="one" value="3">purple<br>
<input type="radio" name="one" value="4">orange<br>

<br><br>
</font>
<font color="black"><b>whats your fashion style</b><br>
<input type="radio" name="two" value="1">everything elegant and pretty<br>
<input type="radio" name="two" value="2">anything comftorable<br>
<input type="radio" name="two" value="3">preppy<br>
<input type="radio" name="two" value="4">goth<br>

</font>
<br><br>

<font color="black"><b>whats your kind of movie</b><br>
<input type="radio" name="three" value="1">romance<br>
<input type="radio" name="three" value="2">comedy<br>
<input type="radio" name="three" value="3">action<br>
<input type="radio" name="three" value="4">scary<br>

</font><br><br>

<font color="black"><b>your would rather:</b><br>
<input type="radio" name="four" value="1">eat<br>
<input type="radio" name="four" value="2">run<br>
<input type="radio" name="four" value="3">watch tv<br>
<input type="radio" name="four" value="4">hang out with friends<br>
</font>
<br><br>

<font color="black"><b>whats your favorite candy of these:</b><br>
<input type="radio" name="five" value="1">twizzlers<br>
<input type="radio" name="five" value="2">m &amp; m's <br>
<input type="radio" name="five" value="3">snickers<br>
<input type="radio" name="five" value="4">starburst<br>
<br>
<font color="black"><b>your ideal friend is:</b><br>
<input type="radio" name="six" value="1">trustworthy<br>
<input type="radio" name="six" value="2">honest<br>
<input type="radio" name="six" value="3">fun<br>
<input type="radio" name="six" value="4">caring<br>



<br>
<input type="button" value=" WHATS YOUR FLOWER? " onclick="process();" style="font-family:veranda; font-size=8pt; border:1; border-color:orange;  border-style:solid; background-color:white"><br><br><br>

And it seems so that after clicking the "What's your flower?" button, it takes you to a new page which is flowers name and .html. I've never actually tried this, just looked at the code on the site you linked... maybe there's an easier way.

I guess I can put in the result I got... tulip!



11
☺︎ ∙ Chat & General Interests / Re: Bristol UK
« on: February 20, 2023, 11:48:54 pm »
I'm actually quite jealous because it's difficult for me to find people IRL who share my interests in... well, anything. ^^'


12
☺︎ ∙ Chat & General Interests / Re: Internet Slang of Yesteryear
« on: February 17, 2023, 11:12:41 pm »
I use xD sometimes nowadays. I remember (y) meant thumbs up but I don't use it anymore because I fear people don't really understand.


13
☕︎ ∙ Fun & Forum Games / Re: Unpopular Opinons
« on: February 16, 2023, 07:26:29 pm »
I will always choose a bounty bar above any other chocolate solely for the coconut

I like bounty so much! It was recently removed from some box of small chocolates due to being "so unpopular" :')

I'm like the opposite of competitive so a lot of gaming communities now just don't do it for me.


14
☕︎ ∙ Fun & Forum Games / Re: Unpopular Opinons
« on: February 16, 2023, 07:20:50 pm »
I looooove coconut flavour anything! I feel like this is a very divisive matter :ok:

15
✁ ∙ Web Crafting / Re: Website size
« on: February 16, 2023, 02:50:12 am »
My 5 websites together are 324.91 MB


Pages: [1] 2 3 ... 10


Melonking.Net © Always and ever was! SMF 2.0.19 | SMF © 2021, Simple Machines | SMFPacks Super Quote Forum Guide | Rules | RSS | WAP2


MelonLand Badges and Other Melon Sites!

MelonLand Project! Visit the MelonLand Forum! Support the Forum
Visit Melonking.Net! Visit the Gif Gallery!