Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-25-2008, 11:52 PM   PM User | #1
benreynolds4
New Coder

 
Join Date: Feb 2008
Posts: 18
Thanks: 2
Thanked 0 Times in 0 Posts
benreynolds4 is an unknown quantity at this point
(Nearly Completed) Webpage Feedback

hey everyone.

so i am nearing the end of my website construction. I would like some feedback on the website. it's choc-full of javascript and i am encountering some problems with the site.

here is the 'hidden from public' link. http://palacepalace.com/080702_palace_webpage.html. it will be relocated to palacepalace.com once finished.



at the moment - these are the known bugs:

dragging not supported by IE, safari, chrome, opera

when dragging in firefox - if i select an image that is sitting behind another, it does not 'bring to front'.

the google search does not function

in IE, the tooltip is not located in right position as demonstrated in firefox.


the webpage is still yet to be filled with content, but i am just trying to get the interactivity down.

if you can resolve any of these then let me know.
if you also can identify any more bugs let me know.


otherwise let me know what you think in general.


many thanks in advance.
ben
benreynolds4 is offline   Reply With Quote
Old 09-26-2008, 12:02 AM   PM User | #2
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,292
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
In Firefox view the error console. There are tons of warnings being thrown that may be causing the problems in other browsers.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Old 09-26-2008, 12:06 AM   PM User | #3
benreynolds4
New Coder

 
Join Date: Feb 2008
Posts: 18
Thanks: 2
Thanked 0 Times in 0 Posts
benreynolds4 is an unknown quantity at this point
yeah i know,

it's got to do with some css stuff - the opacities of the divs.
benreynolds4 is offline   Reply With Quote
Old 09-26-2008, 12:10 AM   PM User | #4
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,292
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
No I'm not getting CSS warnings. These are what I'm getting in the error console.
Code:
Warning: Use of routeEvent() is deprecated. To upgrade your code, use the DOM 2 dispatchEvent() method. For more help http://developer.mozilla.org/en/docs/DOM:element.dispatchEvent
Source File: http://palacepalace.com/080702_palace_webpage.html
Line: 0
Code:
Warning: Use of releaseEvents() is deprecated. To upgrade your code, use the DOM 2 removeEventListener() method. For more help http://developer.mozilla.org/en/docs/DOM:element.removeEventListener
Source File: http://palacepalace.com/080702_palace_webpage.html
Line: 0
Code:
Warning: Use of captureEvents() is deprecated. To upgrade your code, use the DOM 2 addEventListener() method. For more help http://developer.mozilla.org/en/docs/DOM:element.addEventListener
Source File: http://palacepalace.com/080702_palace_webpage.html
Line: 0
The routeevent one seems to occur most often.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Old 09-26-2008, 12:17 AM   PM User | #5
benreynolds4
New Coder

 
Join Date: Feb 2008
Posts: 18
Thanks: 2
Thanked 0 Times in 0 Posts
benreynolds4 is an unknown quantity at this point
so you think i should find and replace each of these problems with what they specify.
benreynolds4 is offline   Reply With Quote
Old 09-26-2008, 02:53 AM   PM User | #6
_Aerospace_Eng_
Supreme Master coder!


 
_Aerospace_Eng_'s Avatar
 
Join Date: Dec 2004
Location: In a place far, far away...
Posts: 19,292
Thanks: 2
Thanked 1,044 Times in 1,020 Posts
_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light_Aerospace_Eng_ is a glorious beacon of light
Yes thats what I think. Its likely the other browsers don't support the older stuff which may be why it isn't working in them.
__________________
||||If you are getting paid to do a job, don't ask for help on it!||||
_Aerospace_Eng_ is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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


All times are GMT +1. The time now is 07:43 AM.


Advertisement
Log in to turn off these ads.