PhotoPlus Practical Photoshop N-Photo Digital Camera World
Go Back   Digital Camera World Forum > General Chat > Digital Camera World

Digital Camera World The place to check for announcements, feedback and your views regarding the Digital Camera World website. Come on in...

Reply
 
Thread Tools
  #1  
Old 03-09-09, 08:49 PM
littlebro's Avatar
littlebro littlebro is offline
Senior Member
 
Join Date: Jul 2009
Posts: 359
Firefox

I asked two or three times previously how can I alter the forum in Ff as on my monitor I have a black line down each side of the page and have to scroll down past all the adverts before getting to the posts. I did put two screen grabs on the beta but got NO reply. I use a 17" tft with a resolution 1280 x 1024. Works OK in IE except for this eyeball aching text size. On NO other forum do I have this problem.
Reply With Quote
  #2  
Old 03-09-09, 09:44 PM
hssutton hssutton is offline
Senior Member
 
Join Date: Aug 2009
Posts: 546
Images: 58
Using Firefox with the following address ( http://beta.photoradar.com ) photoradar virtually fills my 24" screen, just small black line on the sides approx 20mm. Text size is perfect.

However if I remove the "beta" ( http://www.photoradar.com/ ) part of the address, half the screen is black, which is totally useless.

Might pop in occassionally just to see what's what.

As you say most other forums fill the screen

Last edited by hssutton; 03-09-09 at 09:48 PM.
Reply With Quote
  #3  
Old 03-09-09, 10:09 PM
Les Cornwell Les Cornwell is offline
Junior Member
 
Join Date: Sep 2009
Posts: 23
I have a 20" 1600 x 1200 screen and have the same problem. Tried the 'beta' adress too but still the same on both IE and firefox. When i move it over to a smaller 2nd screen, it fills that OK. Had exactly the same problem with the DCM site. Don't get this with hardly any other sites, including smaller less professional ones, so surely it can't be that difficult to sort out??
Reply With Quote
  #4  
Old 03-09-09, 11:13 PM
ap4a's Avatar
ap4a ap4a is offline
Moderator
 
Join Date: Jul 2009
Posts: 702
As you use Firefox you can install the Stylish plugin from here: https://addons.mozilla.org/en-US/firefox/addon/2108

You can then create your own stylesheet to overwrite the one in use here.

For example in the one I've just created I have:

Code:
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.photoradar.com") {

#container { width: 1230px !important; }
#main-col { width: 900px !important; }
.page { width: 900px !important; }
}
With that the site fills the screen a bit better at 1280px wide resolution. All I've done is increased the width of three selectors by 270px. If you have a higher resolution you just need to increase the width of those 3 selectors by a corresponding amount (eg for 1600px wide you'd need to increase by an extra 320px each).

Last edited by ap4a; 03-09-09 at 11:21 PM.
Reply With Quote
  #5  
Old 04-09-09, 07:51 AM
bsmith's Avatar
bsmith bsmith is offline
Senior Member
 
Join Date: Jul 2009
Location: Scotland
Posts: 385
Its even easier than that, you simply press the control key and the + key and the screen zooms in, you can zoom out again at any time by using Ctrl - , hope this helps.

Bob
Reply With Quote
  #6  
Old 04-09-09, 08:31 AM
Hybrid Hybrid is offline
Junior Member
 
Join Date: Aug 2009
Posts: 28
Quote:
Originally Posted by littlebro View Post
I asked two or three times previously how can I alter the forum in Ff as on my monitor I have a black line down each side of the page and have to scroll down past all the adverts before getting to the posts. I did put two screen grabs on the beta but got NO reply. I use a 17" tft with a resolution 1280 x 1024. Works OK in IE except for this eyeball aching text size. On NO other forum do I have this problem.
The forum software isn't the problem, that seems to work without any issues. The problem lies with the website coding that's been written by a bunch of amateurs... there's spelling mistakes in the code, referrals to domains that cannot exist, and accesses to two messy CSS files (not to mention two javascript files that's given one user a security issue).

Apparently, the coders are aware of these issues.

... and that's it, so far.

In the meantime, an alleged "small number of users" become more and more alienated.

Quote:
Originally Posted by ap4a View Post
As you use Firefox you can install the Stylish plugin from here: https://addons.mozilla.org/en-US/firefox/addon/2108

You can then create your own stylesheet to overwrite the one in use here.

For example in the one I've just created I have:

Code:
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.photoradar.com") {

#container { width: 1230px !important; }
#main-col { width: 900px !important; }
.page { width: 900px !important; }
}
With that the site fills the screen a bit better at 1280px wide resolution. All I've done is increased the width of three selectors by 270px. If you have a higher resolution you just need to increase the width of those 3 selectors by a corresponding amount (eg for 1600px wide you'd need to increase by an extra 320px each).
... but we, the end-users, should not need to use any third-party scripts or applications to resolve a problem that wouldn't be there in the first place, had the website been written by people with a clue in the first place.
Reply With Quote
  #7  
Old 04-09-09, 09:56 AM
hssutton hssutton is offline
Senior Member
 
Join Date: Aug 2009
Posts: 546
Images: 58
Quote:
Originally Posted by Hybrid View Post
The forum software isn't the problem, that seems to work without any issues. The problem lies with the website coding that's been written by a bunch of amateurs... there's spelling mistakes in the code, referrals to domains that cannot exist, and accesses to two messy CSS files (not to mention two javascript files that's given one user a security issue).

Apparently, the coders are aware of these issues.

... and that's it, so far.

In the meantime, an alleged "small number of users" become more and more alienated.


... but we, the end-users, should not need to use any third-party scripts or applications to resolve a problem that wouldn't be there in the first place, had the website been written by people with a clue in the first place.

I agree with you 100%.

I may be missing something, but I'm not prepared to keep logging-on, everytime I visit or want to make a post.

Harry
Reply With Quote
  #8  
Old 04-09-09, 11:01 AM
Hybrid Hybrid is offline
Junior Member
 
Join Date: Aug 2009
Posts: 28
Quote:
Originally Posted by hssutton View Post
I may be missing something, but I'm not prepared to keep logging-on, everytime I visit or want to make a post.

Harry
Nope, you're not missing anything. That's just one of the many unfixed bugs on this site.
Reply With Quote
  #9  
Old 04-09-09, 02:06 PM
littlebro's Avatar
littlebro littlebro is offline
Senior Member
 
Join Date: Jul 2009
Posts: 359
Thanks for the replys guys, they obviously dont give a s$%& so I might come back in 12 months to see if its still going. Probably not, Oh and control + doesnt work on Firefox.
Reply With Quote
  #10  
Old 04-09-09, 02:46 PM
bsmith's Avatar
bsmith bsmith is offline
Senior Member
 
Join Date: Jul 2009
Location: Scotland
Posts: 385
Quote:
Originally Posted by littlebro View Post
Thanks for the replys guys, they obviously dont give a s$%& so I might come back in 12 months to see if its still going. Probably not, Oh and control + doesnt work on Firefox.
Ctrl + works fine on mine FireFox V 3.5.2,
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump