Author Topic: davidgom.co.cc Redesign  (Read 7794 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
davidgom.co.cc Redesign
« on: February 11, 2011, 01:29:38 pm »
So, my website will go under extreme changes, such as new utilities, new design, new pages, so I decided to create a new topic for it. Here is a preview of the most likely outcome:





What do you think of it?

Do you have any ideas?

Thanks!

Offline Michael_Lee

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1019
  • Rating: +124/-9
    • View Profile
Re: davidgom.co.cc Redesign
« Reply #1 on: February 11, 2011, 03:00:09 pm »
Looks nice -- but when I opened it, there was a number 10 in the top left corner, which was a bit weird.
My website: Currently boring.

Projects:
Axe Interpreter
   > Core: Done
   > Memory: Need write code to add constants.
   > Graphics: Rewritten.  Needs to integrate sprites with constants.
   > IO: GetKey done.  Need to add mostly homescreen IO stuff.
Croquette:
   > Stomping bugs
   > Internet version: On hold until I can make my website less boring/broken.

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: davidgom.co.cc Redesign
« Reply #2 on: February 11, 2011, 03:44:15 pm »
I was trying to scroll the screenshots. :banghead:

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: davidgom.co.cc Redesign
« Reply #3 on: February 11, 2011, 05:26:33 pm »
http://davidgom.co.cc/bcalls.html

I added a Bcalls list.

I also decided to add an Assemblex page:

http://davidgom.co.cc/assemblex.html

On the other hand, the design has been changed and it looks much cooler (in my view).

The contact form is not ready it, though.


EDIT: http://davidgom.co.cc/prizm.html

The PRIZM Equates tables was updated too.
« Last Edit: February 11, 2011, 05:37:01 pm by Scout »

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: davidgom.co.cc Redesign
« Reply #4 on: February 12, 2011, 07:13:55 pm »
I kinda like it, but I wonder if the green could be slightly lighter? Also an image on the Assemblex page doesn't work because you inverted the last slash. Otherwise it's pretty fine. :)
« Last Edit: February 12, 2011, 07:16:08 pm by DJ_O »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: davidgom.co.cc Redesign
« Reply #5 on: February 13, 2011, 04:58:58 am »
I kinda like it, but I wonder if the green could be slightly lighter? Also an image on the Assemblex page doesn't work because you inverted the last slash. Otherwise it's pretty fine. :)

The image works fine to me :S

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: davidgom.co.cc Redesign
« Reply #6 on: February 13, 2011, 03:19:51 pm »
Weird, then Opera must not support backslashes. Either way, the <img src="images\assemblexPreview.png" width="452" height="361"> should be <img src="images/assemblexPreview.png" width="452" height="361"> instead, because the image is located at http://davidgom.co.cc/images/assemblexPreview.png not  http://davidgom.co.cc/images\assemblexPreview.png

Some browsers must translate backslashes into slashes automatically.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: davidgom.co.cc Redesign
« Reply #7 on: February 13, 2011, 03:20:32 pm »
Weird, then Opera must not support backslashes. Either way, the <img src="images\assemblexPreview.png" width="452" height="361"> should be <img src="images/assemblexPreview.png" width="452" height="361"> instead, because the image is located at http://davidgom.co.cc/images/assemblexPreview.png not  http://davidgom.co.cc/images\assemblexPreview.png

Some browsers must translate backslashes into slashes automatically.

Changing already ;D

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: davidgom.co.cc Redesign
« Reply #8 on: February 13, 2011, 03:46:54 pm »
**UPDATES**

I improved the Binary/Decimal converter here.

I improved the Random Password Generator here.

I fixed the Assemblex bug, etc.

New Screenshot:


Products Page.

How do you like it?

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: davidgom.co.cc Redesign
« Reply #9 on: February 13, 2011, 03:48:30 pm »
This looks good.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: davidgom.co.cc Redesign
« Reply #10 on: February 14, 2011, 07:41:51 am »
Organization of my website now:

>>>Home
>>Contact
>>>Projects
>>Assemblex
>>>Products
>>Random Password Generator
>>Binary/Decimal Converter

It's much simpler this way, there are also other products and products but those are in external websites (ticalc.org, Google Code, etc.)

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
Re: davidgom.co.cc Redesign
« Reply #11 on: February 14, 2011, 07:42:37 am »
Nice :)
I'm not a nerd but I pretend:

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: davidgom.co.cc Redesign
« Reply #12 on: February 14, 2011, 07:51:41 am »
Nice :)

Oh, I just visited your website! I could use a Downloads section :P

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: davidgom.co.cc Redesign
« Reply #13 on: February 18, 2011, 02:53:14 pm »
**BUMP**

http://davidgom.co.cc/index.html#contact

As you can here, I have a contact form, but it's not ready yet.

Shall I have a textbox for mail and name or just one text box?

Thanks.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: davidgom.co.cc Redesign
« Reply #14 on: February 18, 2011, 08:40:58 pm »
I'd suggest moving the green area so that the gradient is only behind the heading. It looks a bit out of place in the middle of the body IMHO. It looks great otherwise, though. I like the color scheme :)
« Last Edit: February 18, 2011, 08:41:04 pm by Deep Thought »