http://www.gershmer.net/asptests/Default.aspx
I need feedback, please.
Offline
Make pleasingly round buttons, eliminate the paint-thinner green colour, move things to the center so we can actually see them, and the GoDaddy banner (which I can't see) warning is probably beyond your control, but if it isn't make it larger then 6 point font.
Offline
"I'm Gershmer.
I own a website."
Very informational About me page. Your layout could use some center alignment and the improvements big-bang suggested.
Offline
big-bang wrote:
Make pleasingly round buttons, eliminate the paint-thinner green colour, move things to the center so we can actually see them, and the GoDaddy banner (which I can't see) warning is probably beyond your control, but if it isn't make it larger then 6 point font.
You must have a form of AdBlock then.
In terms of other stuff, I'll think about it.
Offline
gershmer wrote:
big-bang wrote:
Make pleasingly round buttons, eliminate the paint-thinner green colour, move things to the center so we can actually see them, and the GoDaddy banner (which I can't see) warning is probably beyond your control, but if it isn't make it larger then 6 point font.
You must have a form of AdBlock then.
In terms of other stuff, I'll think about it.
I'm assuming the content is unfinished, but since the layout is the same as the main page the same suggestions apply. And a background that doesn't really make your text stand out just hurts your eyes. If you like a green background, you could even make it "standard" lime green, just not a dark shade like it is now.
Offline
I like gradient backgrounds. I think that's possible with CSS?
Offline
RHY3756547 wrote:
"I'm Gershmer.
I own a website."
Very informational About me page. Your layout could use some center alignment and the improvements big-bang suggested.
I'll add more info later. This IS filed under /asptests of my website.
I could probably get center alignment working.
Offline
RHY3756547 wrote:
I like gradient backgrounds. I think that's possible with CSS?
Or you could just do this:
<body background=<some gradient image>
Which I had done originally, but turned down.
Offline
Updated the website (kept the backup without the changes)
http://gershmer.net/asptests - Same URL, a very quick center alignment, obviously needs to be fixed with more line breaks
(jk, I really don't know)
<removed>
Last edited by gershmer (2009-12-26 20:46:27)
Offline
*bump*
Offline
Get rid of the add thing...
The buttons could be more appealing, and closer to the top like the scratch website.
I'm not going to complain about the info of course, because you're most likely not done.
Also the main colors aren't the best. And make a cool font
Offline
Lucario621 wrote:
Get rid of the add thing...
The buttons could be more appealing, and closer to the top like the scratch website.
I'm not going to complain about the info of course, because you're most likely not done.
Also the main colors aren't the best. And make a cool font![]()
I have absolutely how to remake those buttons, they're actual button objects, not images. For the ad thing, do you mean the actual ad, or the thing that says get an ad blocker if you don't like it? And yeah, the info is placeholder info.
Offline
gershmer wrote:
Lucario621 wrote:
Get rid of the add thing...
The buttons could be more appealing, and closer to the top like the scratch website.
I'm not going to complain about the info of course, because you're most likely not done.
Also the main colors aren't the best. And make a cool font![]()
I have absolutely how to remake those buttons, they're actual button objects, not images. For the ad thing, do you mean the actual ad, or the thing that says get an ad blocker if you don't like it? And yeah, the info is placeholder info.
Both add things....
Offline
Lucario621 wrote:
gershmer wrote:
Lucario621 wrote:
Get rid of the add thing...
The buttons could be more appealing, and closer to the top like the scratch website.
I'm not going to complain about the info of course, because you're most likely not done.
Also the main colors aren't the best. And make a cool font![]()
I have absolutely how to remake those buttons, they're actual button objects, not images. For the ad thing, do you mean the actual ad, or the thing that says get an ad blocker if you don't like it? And yeah, the info is placeholder info.
Both add things....
Send me some money then (for the actual ad), this is on free hosting, because I don't want it to be hosted on my computer, because my computer is off too often, but maybe when I renew it will pay for my hosting (mother's credit card
) and the ad will go away w/o AdBlock.
Offline
gershmer wrote:
Lucario621 wrote:
gershmer wrote:
I have absolutely how to remake those buttons, they're actual button objects, not images. For the ad thing, do you mean the actual ad, or the thing that says get an ad blocker if you don't like it? And yeah, the info is placeholder info.Both add things....
Send me some money then (for the actual ad), this is on free hosting, because I don't want it to be hosted on my computer, because my computer is off too often, but maybe when I renew it will pay for my hosting (mother's credit card
) and the ad will go away w/o AdBlock.
Lawlz.
Pay to the Order of.... ? XD
Offline
You know the source I used for my asp example?
It's C#.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void LinkButton1_Click(object sender, EventArgs e)
{
if (TextBox1.Text != "")
{
Label2.Text = "Hello there, " + TextBox1.Text + "!";
Label3.Visible = false;
LinkButton1.Visible = false;
TextBox1.Visible = false;
}
}
}Offline
ihaveamac wrote:
You know the source I used for my asp example?
It's C#.Code:
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void LinkButton1_Click(object sender, EventArgs e) { if (TextBox1.Text != "") { Label2.Text = "Hello there, " + TextBox1.Text + "!"; Label3.Visible = false; LinkButton1.Visible = false; TextBox1.Visible = false; } } }
I didn't know I could use RAW C sharp or RAW Visual Basic!
I thought it still had to be setup like a normal web page!
THANK YOU!!!!
I actually know some C#!!!
Offline
Add a title!
Offline
Vista4563 wrote:
Add a title!
As plain text (With a font and size, duh) or as a picture?
Offline
Make the background white. Seriously. O.o It's the rule #1 for nicely designed neutral-themed websites. ><
Offline
MyRedNeptune wrote:
Make the background white. Seriously. O.o It's the rule #1 for nicely designed neutral-themed websites. ><
Really?
I'll have something for you to look at in a second if you want...
EDIT: http://gershmer.net/asptests/white.aspx
Last edited by gershmer (2009-12-27 19:55:52)
Offline
gershmer wrote:
MyRedNeptune wrote:
Make the background white. Seriously. O.o It's the rule #1 for nicely designed neutral-themed websites. ><
Really?
I'll have something for you to look at in a second if you want...
EDIT: http://gershmer.net/asptests/white.aspx
:-D Yay! See how it looks better and more like Google already? xD
Now we should do something with the buttons... if you can, please place them in the center. As for the design, I did these quick buttons for you, hope you like them ^^
You can use either these two:
and 
or these:
and 
or, if you decide to make it more cool and less official-looking and change it all to black, these will fit:
and 
Offline
MyRedNeptune wrote:
gershmer wrote:
MyRedNeptune wrote:
Make the background white. Seriously. O.o It's the rule #1 for nicely designed neutral-themed websites. ><
Really?
I'll have something for you to look at in a second if you want...
EDIT: http://gershmer.net/asptests/white.aspx:-D Yay! See how it looks better and more like Google already? xD
Now we should do something with the buttons... if you can, please place them in the center. As for the design, I did these quick buttons for you, hope you like them ^^
You can use either these two:
http://i709.photobucket.com/albums/ww97 … 1261970493 and http://i709.photobucket.com/albums/ww97 … 1261970491
or these:
http://i709.photobucket.com/albums/ww97 … 1261970494 and http://i709.photobucket.com/albums/ww97 … 1261970494
or, if you decide to make it more cool and less official-looking and change it all to black, these will fit:
http://i709.photobucket.com/albums/ww97 … 1261970496 and http://i709.photobucket.com/albums/ww97 … 1261970495
Do you mind if I use those?
Offline
adriangl wrote:
MyRedNeptune wrote:
gershmer wrote:
Really?
I'll have something for you to look at in a second if you want...
EDIT: http://gershmer.net/asptests/white.aspx:-D Yay! See how it looks better and more like Google already? xD
Now we should do something with the buttons... if you can, please place them in the center. As for the design, I did these quick buttons for you, hope you like them ^^
You can use either these two:
http://i709.photobucket.com/albums/ww97 … 1261970493 and http://i709.photobucket.com/albums/ww97 … 1261970491
or these:
http://i709.photobucket.com/albums/ww97 … 1261970494 and http://i709.photobucket.com/albums/ww97 … 1261970494
or, if you decide to make it more cool and less official-looking and change it all to black, these will fit:
http://i709.photobucket.com/albums/ww97 … 1261970496 and http://i709.photobucket.com/albums/ww97 … 1261970495Do you mind if I use those?
![]()
Nope. xD
Offline