Staredit Network

Staredit Network -> Website Feedback, Bugs & Discussion -> CSS errors
Report, edit, etc...Posted by Doodle77(MM) on 2006-03-13 at 15:29:54
These are the CSS errors that Console[sub]2[/sub] shows me. Fix them.
CODE

Error: Error in parsing value for property 'cursor'.  Declaration dropped.
Source file: http://www.staredit.net/
Line: 32
----------
Error: Unknown property 'align'.  Declaration dropped.
Source file: http://www.staredit.net/
----------
Error: Unknown property 'align'.  Declaration dropped.
Source file: http://www.staredit.net/
----------
Error: Expected ':' but found '='.  Declaration dropped.
Source file: http://www.staredit.net/
----------
Error: Error in parsing value for property 'display'.  Declaration dropped.
Source file: http://www.staredit.net/
----------
Error: Error in parsing value for property 'cursor'.  Declaration dropped.
Source file: http://www.staredit.net/index.php?act=Shoutbox&view=globalshouts
Line: 19
Report, edit, etc...Posted by Mini Moose 2707 on 2006-03-13 at 16:42:56
What's Console[sub]2[/sub] and why do I care what it thinks of the CSS?
Report, edit, etc...Posted by BeeR_KeG on 2006-03-13 at 17:22:04
I've never recieved any kind of error by that kind of CSS. It really doesn't matter that the site isn't 100% in compliance with the "rules" of this Console[sub]2[/sub] or W3S, as long as it works on the most common browsers, we are good.
Report, edit, etc...Posted by Deathawk on 2006-03-13 at 17:25:11
http://forums.mozillazine.org/viewtopic.php?t=318102

That's Console2?
Report, edit, etc...Posted by RexyRex on 2006-03-13 at 18:58:56
I have something similar, but it grabs AJAX errors and other things.

I see 11 errors. wink.gif
Report, edit, etc...Posted by IsolatedPurity on 2006-03-13 at 19:02:10
Hey sexyrexy... what the hell is ajax? Yoshi mentioned it too.

Senv5 will be fully compliant to w3c standards. As far as senv4, I could care less... but thank you for caring smile.gif.

Also testing uploading to fix a bug...
Report, edit, etc...Posted by RexyRex on 2006-03-13 at 19:07:13
http://en.wikipedia.org/wiki/AJAX
http://developer.mozilla.org/en/docs/AJAX:Getting_Started

A great example: http://www21.meebo.com/

Asynchronous JavaScript And XML, or its acronym Ajax, is a Web development technique for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire Web page does not have to be reloaded each time the user makes a change. This is meant to increase the Web page's interactivity, speed, and usability.

The Ajax technique uses a combination of:
  • XHTML (or HTML), CSS, for marking up and styling information.
  • The DOM accessed with a client-side scripting language, especially ECMAScript implementations like JavaScript and JScript, to dynamically display and interact with the information presented.
  • The XMLHttpRequest object to exchange data asynchronously with the web server. In some Ajax frameworks and in certain situations, an IFrame object is used instead of the XMLHttpRequest object to exchange data with the web server.
  • XML is commonly used as the format for transferring data back from the server, although any format will work, including preformatted HTML, plain text, JSON and even EBML.
That second link is amazing. smile.gif
Report, edit, etc...Posted by Doodle77(MM) on 2006-03-13 at 19:13:45
This is Console[sub]2[/sub]
Next Page (1)