• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

Feedback for new TPU design

Site look great, thanks W1zzard!
 
got a big shock when the new layout appeared :S

One thing - the 'new posts' and all those sections to the right of the main news, i think there needs to be a border there separating the areas like the old design. Keep the news, and the forum sections separated with at least a line or a differently shaded background.

There is a faint divider there at present, but i think it needs to be thicker/more visible. It might only be because I'm on a fairly high res screen, maybe it appears larger on smaller displays.

The dashed lines between news posts are very faint too, making them thicker (or darker) might be a good alternative there.
 
Last edited:
For some reason, when using the fluid width on my widescreen LCD(1680x1050) the "Latest Reviews" section's border isn't complete.

frontpageproblem.jpg
 
this deosnt seem to work on opera? anyone else have this issue?
 
For some reason, when using the fluid width on my widescreen LCD(1680x1050) the "Latest Reviews" section's border isn't complete.

frontpageproblem.jpg

thanks i'll fix it asap. didnt account for such high resolutions :)
 
W1zard; Well maybe it's a losing battle, 1024 X 768 and the whole thing seems off center. I don't realy mind but you might.
off center reviews.jpg


:toast:
 
thanks i'll fix it asap. didnt account for such high resolutions :)

Thanks W1z!:toast:

Glad I could help, I'm surprised no one has brought this up yet, I know I'm not the only one with a widescreen.
 
Date bar arrows still aren't working with mouse hover =) With FireFox it says "Go to next day" on both up & down. On IE it says "Go to previous date" on both up & down :)

Also up arrow uses previous day function, when it goes to next day. And down arrow uses next day function, when it goes to previous day :D They work right, but you should change the function names function nextDay(id) and function prevDay(id) other way around. Then first javascript=prevday, first title=previous and second javascript=nextday, second alt=next day.

This is wrong (current source):

<a name="_Wednesday_September_12th_2007"></a>
<table class="datebox" width="100%" cellpadding="0" cellspacing="0"><tr><td>Wednesday, September 12th 2007</td><th><a title="Go to next day" href="javascript:nextDay('Wednesday_September_12th_2007')"><img src="/images/datebox_dn.gif" alt="Go to previous day" width="16" height="16" border="0" /></a><a title="Go to next day" href="javascript:prevDay('Wednesday_September_12th_2007')"><img src="/images/datebox_up.gif" alt="Go to previous day" width="16" height="16" border="0" /></a></th>
</tr></table> <div id="Wednesday_September_12th_2007" style="margin-left:8px">

This would be right (if you also change the function names nextDay(id) & prevDay(id ) other way around):

<a name="_Wednesday_September_12th_2007"></a>
<table class="datebox" width="100%" cellpadding="0" cellspacing="0"><tr><td>Wednesday, September 12th 2007</td><th><a title="Go to previous day" href="javascript:prevDay('Wednesday_September_12th_2007')"><img src="/images/datebox_dn.gif" alt="Go to previous day" width="16" height="16" border="0" /></a><a title="Go to next day" href="javascript:nextDay('Wednesday_September_12th_2007')"><img src="/images/datebox_up.gif" alt="Go to next day" width="16" height="16" border="0" /></a></th>
</tr></table> <div id="Wednesday_September_12th_2007" style="margin-left:8px">
 
I dont know if this has been mentioned, but if you go to the TPU homepage and then click on reviews. When you attempt to do a quick search (not the one on the right side panel) even though you can fill the box in, there isnt a search or go button. Typing in the box and then pressing enter does nothing either.

Im using the Firefox 2.0.0.6
 
fixed. thank you
 
untitled.png


got this when i tried to go to the reference page


edit on
opera
Version-9.22
Build-8801
 
Back
Top