Join us on Discord!
You can help CodeWalrus stay online by donating here.
Menu

Show posts

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.

Show posts Menu

Messages - ordelore

#31
Media Talk / Re: Your favorite YouTube channels
September 05, 2016, 02:17:18 PM
JelloApocalypse & 8-Bit guy here too.

The only one not listed is Tobuscus because he's pretty much trash at this point.
#32
Media Talk / Re: Copy of Untitled Story (1)
July 31, 2016, 05:02:26 AM
I finally have a title for the story: Unlocked
#33
Is this limited to programming topics? If not, I might be motivated to work more on my story.
#34
*music bandwagon intensifies*
I generally compose for the piano, and some are fairly simple, but they all sound reasonably nice to my ear.
Anything I consider designed for public consumption is on my Musescore
#35
Thanks Juju, removing the <style> tags fixed it.
#36
Web / Div rules not applying to finished web site
May 27, 2016, 08:07:49 PM
I have the complete website's code available at https://github.com/ordelore/ordelore.github.io
But here are my two main bits of conflicting code
The h1 text shows up as regular, black, serif text.
Code ("HTML") Select
<div id="top">
    <h1>Copy of Untitled Story (1)</h1>
</div>

Code ("CSS") Select

#top {
    font-family: Sans-Serif;
    background-color:#000000;
    color:white;
    text-align:center;
    padding:5px;
    text-align: center;
}
#37
Media Talk / Re: Copy of Untitled Story (1)
May 26, 2016, 09:59:51 PM
Attention all web devs: Why is my <div> tag usage not working?
The h1 text shows up as regular, black, serif text.
Code ("HTML") Select
<div id="top">
    <h1>Copy of Untitled Story (1)</h1>
</div>

Code ("CSS") Select

#top {
    font-family: Sans-Serif;
    background-color:#000000;
    color:white;
    text-align:center;
    padding:5px;
    text-align: center;
}
#38
Media Talk / Re: Copy of Untitled Story (1)
May 25, 2016, 01:48:37 AM
That's my current project right now.
#39
Media Talk / Re: Copy of Untitled Story (1)
May 24, 2016, 10:02:37 PM
I've mucked around with CSS and I think the index page is sufficiently set up to not cause eye cancer
#40
Media Talk / Re: Copy of Untitled Story (1)
May 18, 2016, 02:54:37 AM
Got a domain working for the website!
www.ordelore8x.me
#41
There's too much simple in that screenshot, so the solution must be simple as well :\
#42
Media Talk / Re: Copy of Untitled Story (1)
May 02, 2016, 10:55:37 PM
Pretty much, yeah
#43
Media Talk / Re: Copy of Untitled Story (1)
May 02, 2016, 12:45:45 AM
Quote from: c4ooo on April 30, 2016, 08:44:49 PM
Nice work! Is this your first writing project?

However (this is just my opinion) the tone of the writing annoys me somehow :P
It's my first 'serious' writing project
The tone is kinda snarky on purpose, because that's my initial plan, but I may change that later because of feedback like the one you graciously gave
#44
Media Talk / Re: Copy of Untitled Story (1)
April 29, 2016, 02:43:54 AM
Nothing new, homework is a pain. :(
#45
Media Talk / Re: Copy of Untitled Story (1)
April 28, 2016, 03:39:21 AM
I'm working on turning this into a more-readable html site.
Available at ordelore.github.io
Update:The domain expired.
Powered by EzPortal