Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jul 8th, 2006, 1:21 PM   #71
LOI Kratong
Professional Programmer
 
Join Date: May 2005
Location: Woo - Boot Sector!
Posts: 294
Rep Power: 4 LOI Kratong is on a distinguished road
I missed the big change, but I don't really mind the ads, if Kyle needs them to keep the site running I don't mind that. I'm glad that it still has the same feel tho'.
__________________
www.heldtogether.co.uk
LOI Kratong is offline   Reply With Quote
Old Jul 8th, 2006, 6:07 PM   #72
niteice
Programmer
 
niteice's Avatar
 
Join Date: Aug 2005
Posts: 98
Rep Power: 4 niteice is on a distinguished road
Send a message via AIM to niteice
It looks really nice, but having the sidebar push the entire page content to the left just doesn't look right to me. IMO it's better for content to take up as much screen real estate as possible, which frankly isn't happening here. Perhaps you can move the "site navigation" bar up a bit to blend with the header and spread the other boxes throughout the page more? Or would it be possible to at least have the content area spread out underneath the sidebars?
niteice is offline   Reply With Quote
Old Jul 8th, 2006, 8:13 PM   #73
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
One reason you don't have that blank area on other forums is that the effers have ads running all the way to China, so the space is filled.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Jul 8th, 2006, 11:06 PM   #74
kurifu
Expert Programmer
 
kurifu's Avatar
 
Join Date: Jul 2004
Location: Halifax, Nova Scotia (Canada)
Posts: 784
Rep Power: 5 kurifu is on a distinguished road
Send a message via ICQ to kurifu Send a message via MSN to kurifu
Konqueror lacks the ability to display many HTML/XHTML correct websites in an appropriate fashion, I don't think the problem is so much with this website than it is with a lack of support by your browser.
__________________
Clifford Matthew Roche <geek@cliffordroche.com>
Web Hosting: http://www.crd-hosting.com
Consulting: http://www.crdev-consulting.com
kurifu is offline   Reply With Quote
Old Jul 8th, 2006, 11:10 PM   #75
Indigno
Professional Programmer
 
Indigno's Avatar
 
Join Date: Dec 2005
Location: Anywhere non-productive
Posts: 267
Rep Power: 0 Indigno is an unknown quantity at this point
Send a message via AIM to Indigno Send a message via MSN to Indigno Send a message via Yahoo to Indigno
The thing is, the ads are more likely to be clicked at the top. They are more likely to be overlooked on the side because you can just completely phase out the side, but you can't completely phase out the top.
Unless the ads are required and not optional in which case ignore this.
I still want the nav bar at the top again, though .
Indigno is offline   Reply With Quote
Old Jul 9th, 2006, 1:19 AM   #76
niteice
Programmer
 
niteice's Avatar
 
Join Date: Aug 2005
Posts: 98
Rep Power: 4 niteice is on a distinguished road
Send a message via AIM to niteice
Quote:
Originally Posted by DaWei
One reason you don't have that blank area on other forums is that the effers have ads running all the way to China, so the space is filled.
I have Adblock, but that isn't my point, the rest of the sidebar makes it just as bad.

Quote:
Originally Posted by kurifu
Konqueror lacks the ability to display many HTML/XHTML correct websites in an appropriate fashion, I don't think the problem is so much with this website than it is with a lack of support by your browser.
I'm running Firefox. On Windows.

Also, something I noticed recently is that things that would normally stretch the page horizontally instead seem to be wrapped into the content area, but the sidebar is still pushed over:
niteice is offline   Reply With Quote
Old Jul 10th, 2006, 11:00 AM   #77
Cerulean
Professional Programmer
 
Cerulean's Avatar
 
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4 Cerulean is on a distinguished road
Quote:
Originally Posted by kurifu
Konqueror lacks the ability to display many HTML/XHTML correct websites in an appropriate fashion, I don't think the problem is so much with this website than it is with a lack of support by your browser.
Ugh. Please don't regurgitate myths you may have heard on some forum or chat-room or whatever. Konqueror has very impressive CSS support (including support for some very cool CSS3 attributes) and general standards support. So yeah.
Cerulean is offline   Reply With Quote
Old Jul 11th, 2006, 9:36 AM   #78
thondal
Programmer
 
thondal's Avatar
 
Join Date: Jan 2006
Location: Norway
Posts: 82
Rep Power: 3 thondal is on a distinguished road
Send a message via MSN to thondal
Not sure if you've fixed it, but it's still some javascript error on the page, and I can't use the menu buttons (on IE, but works fine on firefox i guess... )

-thondal-
__________________
"die" he screamed at the polygon man. When he was done with him, only four points remained, a quad of what he once was.
thondal is offline   Reply With Quote
Old Jul 11th, 2006, 9:51 AM   #79
big_k105
PFO Founder

 
big_k105's Avatar
 
Join Date: Mar 2004
Location: Fargo, ND
Posts: 1,667
Rep Power: 10 big_k105 is on a distinguished road
Send a message via AIM to big_k105 Send a message via MSN to big_k105 Send a message via Yahoo to big_k105
I am still trying to figure out what is wrong with the javascript.
__________________
BIG K aka Kyle
Programming Forums
Kyle K Online

Please do not PM or email me programming questions. Post them in the forums instead.
big_k105 is offline   Reply With Quote
Old Jul 11th, 2006, 10:18 AM   #80
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
My debugger says there is a problem with this line: (" 'null' is null or not an object")
	if (typeof addr != 'undefined')
	{
		fetch_object('pagenav_form').addr = addr;
		fetch_object('pagenav_form').gotopage = vBpagenav.prototype.form_gotopage;
		fetch_object('pagenav_ibtn').onclick = vBpagenav.prototype.ibtn_onclick;
		fetch_object('pagenav_itxt').onkeypress = vBpagenav.prototype.itxt_onkeypress;
	}
Don't know if that's any help (I don't get the error in Firefox, just IE) ....
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:31 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC