Well, I don't have anything to donate as I don't really earn money myself, but I mentioned that… - Feed Post from Kupo to beeant
Well, I don't have anything to donate as I don't really earn money myself, but I mentioned that I'd be glad to help with the site to some degree quite a while ago (a year or so).
Back than I could only use CSS, however nowadays I can deal with HTML and I even am getting confident with JavaScript. So I could put in my two cents from time to time and make some minor improvement suggestions.
For example:
Why do you use an image for the EXP bar on the profile? Couldn't you just make it like the one below the logout button where you overlay the EXP-meter with another div which's width you adjust using JS?
Having a video section is nice, but it's quite rarely used, so do we need it?
The animation of popping up and floating of the questionbox mentioned by b5098200 might be eye candy, but wouldn't a display:none to display:block be enough? You could still make it fade in using CSS transitions, though.
Also I think the window is kinda complicated designed (3 parts dividing it in top, center and bottom). 1 box which wouldn't even use images could make it look the same.
-moz-/-webkit-border-radius are quite ancient by now. You could simply replace them by default border-radius and it would even apply to all browsers (Firefox, Chrome, Safari, Opera, even Internet Explorer 8)
That would be the biggest changes I thought of.
...now that I read what I just wrote I feel like it sounds nearly like ranting :/
By the way, I just noticed that you fixed the auto-resize problem. Good work! :)
Back than I could only use CSS, however nowadays I can deal with HTML and I even am getting confident with JavaScript. So I could put in my two cents from time to time and make some minor improvement suggestions.
For example:
Why do you use an image for the EXP bar on the profile? Couldn't you just make it like the one below the logout button where you overlay the EXP-meter with another div which's width you adjust using JS?
Having a video section is nice, but it's quite rarely used, so do we need it?
The animation of popping up and floating of the questionbox mentioned by b5098200 might be eye candy, but wouldn't a display:none to display:block be enough? You could still make it fade in using CSS transitions, though.
Also I think the window is kinda complicated designed (3 parts dividing it in top, center and bottom). 1 box which wouldn't even use images could make it look the same.
-moz-/-webkit-border-radius are quite ancient by now. You could simply replace them by default border-radius and it would even apply to all browsers (Firefox, Chrome, Safari, Opera, even Internet Explorer 8)
That would be the biggest changes I thought of.
...now that I read what I just wrote I feel like it sounds nearly like ranting :/
By the way, I just noticed that you fixed the auto-resize problem. Good work! :)
posted by Kupo