Amazing new site

Re: Amazing new site

Unread postby SaNE » 27 Jul 12, 7:20 pm

.
Last edited by SaNE on 27 Jul 12, 7:24 pm, edited 1 time in total.
Image
Steam - Battlelog - X-Fire - "If you're not hurting somebody's feelings, you're losing"
SaNE

User avatar
Jedi Upstart
 
Offline
Posts: 858
Joined: 20 May 12, 6:09 pm
Location: Perth, WA

Re: Amazing new site

Unread postby SaNE » 27 Jul 12, 7:20 pm

I like double posting.
Image
Steam - Battlelog - X-Fire - "If you're not hurting somebody's feelings, you're losing"
SaNE

User avatar
Jedi Upstart
 
Offline
Posts: 858
Joined: 20 May 12, 6:09 pm
Location: Perth, WA

Re: Amazing new site

Unread postby akira675 » 4 Sep 12, 9:19 pm

Hey, so I don't know if this has been mentioned or not, as the thread is now some 40 pages long, however I browse (In Firefox) pretty much all the time with my window compressed. What I get is a detachment of the background and foreground. Like so:

https://www.dropbox.com/s/r8zhsevjz9gtf ... onnet1.png
Gets worse the smaller you go:
https://www.dropbox.com/s/tjurzk080974r ... onnet2.png

(I couldn't get the [IMG] tag to work with dropbox. Am I missing something obvious?)

Its been like this for long enough to prompt me to action, so maybe we can fix it now? :P
- - - - - - - - - - - - - - - - - - - -

"In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."

- - - - - - - - - - - - - - - - - - - -
akira675

Padawan
 
Offline
Posts: 257
Joined: 23 Sep 05, 11:59 am
Location: Melbourne, Victoria

Re: Amazing new site

Unread postby ginji » 5 Sep 12, 12:48 pm

akira675 wrote:Hey, so I don't know if this has been mentioned or not, as the thread is now some 40 pages long, however I browse (In Firefox) pretty much all the time with my window compressed. What I get is a detachment of the background and foreground. Like so:

https://www.dropbox.com/s/r8zhsevjz9gtf ... onnet1.png
Gets worse the smaller you go:
https://www.dropbox.com/s/tjurzk080974r ... onnet2.png

(I couldn't get the [IMG] tag to work with dropbox. Am I missing something obvious?)

Its been like this for long enough to prompt me to action, so maybe we can fix it now? :P


The site is designed to be displayed at 1280px wide resolution. If your resolution/browser size is below that (and it'll display at 1024 wide ok, without the side ads), then it's going to be hinky, and it's not going to get fixed. Sorry, but the time taken to fix that isn't worth it.
Image
ginji

User avatar
Moderator
 
Offline
Posts: 966
Joined: 13 Sep 02, 7:15 pm
Location: Wollongong, NSW

Re: Amazing new site

Unread postby akira675 » 5 Sep 12, 7:17 pm

Well that's an incredibly lazy answer....

Surely you could just wrap your header and footer content like so:
Code: Select all
<!-- 140 is your advertisement width.. -->
<div id="wrapper" style="text-align:center; padding:0 140px;">
    <div id="header-content" style="width:960px; margin:0px auto;>
        <!-- Header content here -->
   </div>
</div>


This will give you the minimum margin left effect, then separate the white part of the background, apply it to your 'body-container' div and have the stock grey texture as the html body background?

That's what, a half-hours work?
- - - - - - - - - - - - - - - - - - - -

"In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."

- - - - - - - - - - - - - - - - - - - -
akira675

Padawan
 
Offline
Posts: 257
Joined: 23 Sep 05, 11:59 am
Location: Melbourne, Victoria

Re: Amazing new site

Unread postby Tim Colwill » 5 Sep 12, 9:34 pm

This is the best solution we've been able to come up with to create clickable side areas that scale precisely to the height of the page on each side of the main column. It's not perfect! If you can knock together a better way to do it, I'd be happy to look at implementing it.
Tim Colwill

User avatar
Editor in Chief
 
Offline
Posts: 3724
Joined: 6 Oct 09, 4:10 pm
Location: Sydnerghh

Re: Amazing new site

Unread postby PirateEggs » 6 Sep 12, 3:07 am

Eh, I tried to play around with the page a bit, but Chrome doesn't feel like working properly.
Wouldn't it be easier to use CSS to apply the white background to the forum? then there isn't a need for the skin_left div ... well, that's what it looked like to me, I was playing around with Firebug ... but I've forgotten how to use it properly so I don't know.

Solid background with the white in the middle something like this; http://i.imgur.com/bU5ZQ.jpg .. but obviously done better and not a 5 minute shoop job at 3 AM. :P
Image
PirateEggs

User avatar
Jedi Upstart
 
Offline
Posts: 611
Joined: 21 May 10, 8:14 am
Location: Adelaide

Re: Amazing new site

Unread postby ginji » 6 Sep 12, 11:28 am

akira675 wrote:Well that's an incredibly lazy answer....

Surely you could just wrap your header and footer content like so:
Code: Select all
<!-- 140 is your advertisement width.. -->
<div id="wrapper" style="text-align:center; padding:0 140px;">
    <div id="header-content" style="width:960px; margin:0px auto;>
        <!-- Header content here -->
   </div>
</div>


This will give you the minimum margin left effect, then separate the white part of the background, apply it to your 'body-container' div and have the stock grey texture as the html body background?

That's what, a half-hours work?


It's not lazy, it's a matter of practicality. You've identified a situation where something has broken. I've responded by saying it's not worth the time and effort to fix given you're the only one that has this issue, and the specification was for a site at xxxx resolution. So in formal terms, your request is out of specification, only effects a very small portion of the user base, and hence, regardless of the time taken, is a very low priority to look at and even lower to fix.
Image
ginji

User avatar
Moderator
 
Offline
Posts: 966
Joined: 13 Sep 02, 7:15 pm
Location: Wollongong, NSW

Re: Amazing new site

Unread postby -Slayer- » 6 Sep 12, 1:11 pm

akira675 wrote:Hey, so I don't know if this has been mentioned or not, as the thread is now some 40 pages long, however I browse (In Firefox) pretty much all the time with my window compressed. What I get is a detachment of the background and foreground. Like so:

https://www.dropbox.com/s/r8zhsevjz9gtf ... onnet1.png
Gets worse the smaller you go:
https://www.dropbox.com/s/tjurzk080974r ... onnet2.png

(I couldn't get the [IMG] tag to work with dropbox. Am I missing something obvious?)

Its been like this for long enough to prompt me to action, so maybe we can fix it now? :P

I use to get the same exact thing on my second computer I use for admining it's a 19" with a default native resolution of 1280x1024 monitor running Vista with the side bar active and set to always on top which means a browser or page on the computer I maximise butts up to the edge so you can still see the gadgets, so effectively making the width I view at not as wide as it should be.

How I fixed mine was to use the fix from below now the website fits the 19" monitor like every other site out there, might be a better quicker fix for you like it was me.

Chrome/Firefox extension to shrink crazy forum header
viewtopic.php?f=7&t=195738
-Slayer-

User avatar
Senior BF3 Admin
 
Online
Posts: 3978
Joined: 30 Mar 07, 7:18 pm
Location: Always Watching

Re: Amazing new site

Unread postby libbaz » 21 Sep 12, 10:05 pm

akira675 wrote:What I get is a detachment of the background and foreground.

I got to be honest, originally I just looked at it in the grand scheme of things and I thought I wouldn't bother me, but as time has gone on its become a major annoyance for me. It drives me nuts. Having the window open to that size creates too much wasted space, even at 1920x1080. And don't even get me started on using low res laptops, tablets and phones...
libbaz

User avatar
Padawan
 
Offline
Posts: 256
Joined: 4 Jun 10, 12:11 pm

Re: Amazing new site

Unread postby AzzA82 » 21 Sep 12, 11:28 pm

Does the site still allow streaming of Trailers on the file server? Or am i just not seeing it
Was a nice feature if i just wanted to see the file without downloading it just to delete it.
AzzA82

User avatar
Padawan
 
Offline
Posts: 265
Joined: 23 Sep 11, 5:33 pm
Location: Townsville

Re: Amazing new site

Unread postby sPOiDar » 25 Sep 12, 11:14 am

Someone decide to break RSS without telling anyone?
sPOiDar

User avatar
Regular
 
Offline
Posts: 98
Joined: 11 Feb 06, 6:14 pm

Re: Amazing new site

Unread postby Tim Colwill » 25 Sep 12, 12:12 pm

RSS is still working fine for me -- what issues are you experiencing?
Tim Colwill

User avatar
Editor in Chief
 
Offline
Posts: 3724
Joined: 6 Oct 09, 4:10 pm
Location: Sydnerghh

Re: Amazing new site

Unread postby sPOiDar » 25 Sep 12, 12:53 pm

RSS with the old URL stopped delivering content 2-3 weeks ago.
sPOiDar

User avatar
Regular
 
Offline
Posts: 98
Joined: 11 Feb 06, 6:14 pm

Re: Amazing new site

Unread postby Cas Bitton » 25 Sep 12, 12:59 pm

sPOiDar wrote:RSS with the old URL stopped delivering content 2-3 weeks ago.


Which URL is this? What is the date or content from 2-3 weeks ago? This will assist us in troubling shooting the issue.

Please ensure that you have updated any RSS feeds you use for games.on.net with our supported problem free feed:

http://games.on.net/feed/
Cas Bitton

User avatar
Dos Capas
 
Offline
Posts: 4466
Joined: 14 Sep 03, 1:59 pm
Location: Mexico

PreviousNext

Return to GON Lounge

Who is online

Users browsing this forum: subi and 11 guests

cron
x

#{title}

#{text}