Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
[Rate] HassanTech v2
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Sysode" data-source="post: 266729" data-attributes="member: 25453"><p>Okay, so you've stuck with the simple fixed one-column layout.</p><p></p><p>Anyway, last time you didn't receive a lot of "negative feedback" you just received criticism.</p><p></p><p>This is an improvement but there is still room for improvement (as there is for most junior websites). Here's some shit I think will improve it:</p><ul> <li data-xf-list-type="ul">The overall color scheme is very dull, although it's simple and minimal (which is good) it could be livened up - look up flat colors and maybe try implement them;</li> <li data-xf-list-type="ul">The navigation menu (the :hover state) is causing the menu items to move, add a couple px of padding to the menu items on their normal state so they do not move on hover;</li> <li data-xf-list-type="ul">Although you've used some basic jQuery, I'm not a fan of it. Sometimes the items do not load smoothly and it looks a bit amateurish - maybe work a simpler method or remove it all together;</li> <li data-xf-list-type="ul">The social icons don't feature a hover-state effect, maybe add one?</li> <li data-xf-list-type="ul">[Personal preference] I'd also add some more padding to the content box just to make it look a bit better.</li> <li data-xf-list-type="ul">[when coding] try to avoid using ID selectors (#) in your CSS, it just helps to get into the habit of always classes (.) for CSS and then ID's for javascript - this won't make much of a difference now, it just enabled your page to load quicker so when you get into more advanced, larger pages it'll help.</li> </ul><p>Anyway, like I said, it's nice and minimal - which is good. Just a few simple changes that I think could help it. Hope it helps ;p</p><p></p><p><strong>EDIT; </strong>Noticed this, may want to change your hover-state for the active links or else it looks like this:</p><p><img src="http://sysode.pw/i/20140216153450361.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p></blockquote><p></p>
[QUOTE="Sysode, post: 266729, member: 25453"] Okay, so you've stuck with the simple fixed one-column layout. Anyway, last time you didn't receive a lot of "negative feedback" you just received criticism. This is an improvement but there is still room for improvement (as there is for most junior websites). Here's some shit I think will improve it: [LIST] [*]The overall color scheme is very dull, although it's simple and minimal (which is good) it could be livened up - look up flat colors and maybe try implement them; [*]The navigation menu (the :hover state) is causing the menu items to move, add a couple px of padding to the menu items on their normal state so they do not move on hover; [*]Although you've used some basic jQuery, I'm not a fan of it. Sometimes the items do not load smoothly and it looks a bit amateurish - maybe work a simpler method or remove it all together; [*]The social icons don't feature a hover-state effect, maybe add one? [*][Personal preference] I'd also add some more padding to the content box just to make it look a bit better. [*][when coding] try to avoid using ID selectors (#) in your CSS, it just helps to get into the habit of always classes (.) for CSS and then ID's for javascript - this won't make much of a difference now, it just enabled your page to load quicker so when you get into more advanced, larger pages it'll help. [/LIST] Anyway, like I said, it's nice and minimal - which is good. Just a few simple changes that I think could help it. Hope it helps ;p [B]EDIT; [/B]Noticed this, may want to change your hover-state for the active links or else it looks like this: [IMG]http://sysode.pw/i/20140216153450361.png[/IMG] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
[Rate] HassanTech v2
Top