Author Topic: My Website - My calculator Projects  (Read 8735 times)

0 Members and 1 Guest are viewing this topic.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
My Website - My calculator Projects
« on: November 18, 2010, 04:42:35 pm »
Today, I decided to add my calculator projects to my website:

www.davidgom.co.cc

www.davidgom.co.cc/calculator.html

All of my projects are there.

Later this month, I hope to finish my ion table and work more on my txt to 8xp converter.


Just to tell you :)

Can anyone make me an icon for that page, maybe a small calc?
Thanks
« Last Edit: November 18, 2010, 04:44:46 pm by ScoutDavid »

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: My Website - My calculator Projects
« Reply #1 on: November 18, 2010, 04:48:03 pm »
nice, i like the clean layout of the site! however, just something to consider, shouldn't this topic be under Web Development? and the icon request could go under Pixel Art and Drawing.


Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: My Website - My calculator Projects
« Reply #2 on: November 18, 2010, 04:49:56 pm »
nice, i like the clean layout of the site! however, just something to consider, shouldn't this topic be under Web Development? and the icon request could go under Pixel Art and Drawing.

Web Development... Hum... I hand-coded the website, but that's not what I'm here to show, since the design is quite weak, it's just a functional one.

Yes, I'll make a request in Pixel Art and Drawing.

The forum is more adequate because a page with all my projects is, in fact, a project =P

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: My Website - My calculator Projects
« Reply #3 on: November 18, 2010, 04:57:15 pm »
Hey it looks nice :) I'm willing to offer my services as a web designer if you want, maybe make a dynamically loaded site for you so you don't have to code by hand but use a web interface to handle all content :)
/e

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: My Website - My calculator Projects
« Reply #4 on: November 18, 2010, 04:58:41 pm »
nice, i like the clean layout of the site! however, just something to consider, shouldn't this topic be under Web Development? and the icon request could go under Pixel Art and Drawing.

Web Development... Hum... I hand-coded the website, but that's not what I'm here to show, since the design is quite weak, it's just a functional one.

Yes, I'll make a request in Pixel Art and Drawing.

The forum is more adequate because a page with all my projects is, in fact, a project =P

if you aren't here to show your website, then what's this thread about? (i know that sounds kind of condescending, i apologize i couldn't come up with a nicer choice of words)


Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: My Website - My calculator Projects
« Reply #5 on: November 18, 2010, 05:25:16 pm »
I agree with Nemo, this should be in Web Development, so I'll move it, and I'm also wondering about why you made this thread if you aren't actually showing this off but asking about making an icon?
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: My Website - My calculator Projects
« Reply #6 on: November 18, 2010, 07:42:26 pm »
I like it personally. Even if it's simple, it does the job very well. One suggestion, though, would be to make the calc section so the green is a bit closer to the calc green, but darker than the actual screen, and add 0 and 1's written in calc fonts as the background. 0 and 1s like the left part of this website: http://sicode.ticalc.org/

Nice job so far.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: My Website - My calculator Projects
« Reply #7 on: November 18, 2010, 08:03:07 pm »
I would suggest rounded corners too :P but that's just me :P
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: My Website - My calculator Projects
« Reply #8 on: November 18, 2010, 11:31:24 pm »
Hmm I'M not too sure if that would fit well, for some reasons, but I guess maybe try it and it might look better. We never know. If you use rounded corners, please make it cross-browser compatible, though. (Unlike UnSS website)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: My Website - My calculator Projects
« Reply #9 on: November 19, 2010, 12:34:19 am »
yeah, it's a little hard to do that for IE, but there are ways (images) usually when I do rounded corners I use these CSS tags and any that don't support it, they still look good non-rounded, just not quite as good.
Code: [Select]
border-radius
-webkit-border-radius
-iwebkit-border-radius
-moz-border-radius
This should work on all webkit based browsers, all mozilla browsers (FF 3+) Opera Chrome and IE 9, everthing else would require images though.

EDIT: I just read that you might be able to use -khtml-border-radius for Konquer (KDE's standard Browser) but it wasn't confirmed.
« Last Edit: November 19, 2010, 12:36:51 am by Eeems »
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: My Website - My calculator Projects
« Reply #10 on: November 19, 2010, 12:40:56 am »
Ah ok, because on UnSS it doesn't work in Opera either...
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: My Website - My calculator Projects
« Reply #11 on: November 19, 2010, 12:51:51 am »
D: well Opera should support border-radius, maybe Keith doesn't have the standard tag, or Opera doesn't actually support CSS3 yet...

EDIT: checked and he does use border-radius, so it must be Opera :(
« Last Edit: November 19, 2010, 12:54:32 am by Eeems »
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: My Website - My calculator Projects
« Reply #12 on: November 19, 2010, 12:57:31 am »
Yeah I think it doesn't support those things yet. Generally for rounded borders, I think people use background images, I think, to keep them cross-compatible.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: My Website - My calculator Projects
« Reply #13 on: November 19, 2010, 01:25:03 am »
Ah ok :( I really wish all the browsers would hurry up and update to CSS3 standards, things would be so much easier...
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: My Website - My calculator Projects
« Reply #14 on: November 19, 2010, 02:05:42 am »
Yeah same here. It's kinda sad that browsers like Opera aren't up to date as much as they used to.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)