473,799 Members | 3,101 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CSS Editor

Not one to give up I started to do another layout using Dreamweaver 8
and what it renders as I do the layout is not the same as what Firefox
and Safari displays when it renders the page. So, is there any CSS
editor for the Mac that will display the page correctly as I the
develop the CSS styles? I read about Stylemaster but did not try it
yet.

thanks,
charlie

Jan 26 '06 #1
3 1383
charlie wrote:
Not one to give up I started to do another layout using Dreamweaver 8
and what it renders as I do the layout is not the same as what Firefox
and Safari displays when it renders the page.
Firefox uses one rendering engine, Safari uses another rendering engine,
Dreamweaver uses yet another one.
So, is there any CSS editor for the Mac that will display the page
correctly as I the develop the CSS styles?


The web developer extension for Firefox includes an Edit CSS sidebar. It
should show the page as rendered by Firefox.

--
David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jan 26 '06 #2
In article <20060126091257 16807%cschabb@m sncom>,
charlie <cs*****@msn.co m> wrote:
Not one to give up I started to do another layout using Dreamweaver 8
and what it renders as I do the layout is not the same as what Firefox
and Safari displays when it renders the page. So, is there any CSS
editor for the Mac that will display the page correctly


Short answer: there is no such thing as "correct display" of Web pages.

Longer answer:

[1] The Web was designed to allow exchange of information across
different browsing systems, each with their own (im)possibiliti es. Thus
there is no single right way to render a Web page - the same Web site
*will* be presented (more or less) different on different systems.
[2] Specs leave room for interpretation (sometimes on purpose, sometimes
by mistake), so differerent ways of rendering the same HTML/CSS can be
equally correct.
[3] It is entirely possible that in fact Safari and Firefox's
interpretation are more correct than Dreamweaver's. (Although I believe
Dreamweaver uses Opera's rendering engine, in which case it would be as
likely to be correct.)
[4] You might be using different settings in Safari/Firefox than in
Dreamweaver, overriding aspects of your CSS.
[5] People expect browsers to display pages with crappy code "correct".
Therefore, if you have mistakes in your CSS or HTML, every rendering
engine you try will try to *guess* what you actually meant. They may
well guess differently. Therefore step 1 is to always ensure your code
is at the very least valid, thus making sure you're not leaving
presentation up to mere chance.

Also, if you wonder about something specific, publish an example on the
Web (stripping irrelevant code) post the URL here and describe how the
result is different from what you expected. Only then can people help
with specifics.

--
Sander Tekelenburg, <http://www.euronet.nl/%7Etekelenb/>
Jan 26 '06 #3
On 2006-01-26 14:08:31 -0500, Sander Tekelenburg <us**@domain.in valid> said:
In article <20060126091257 16807%cschabb@m sncom>,
charlie <cs*****@msn.co m> wrote:
Not one to give up I started to do another layout using Dreamweaver 8
and what it renders as I do the layout is not the same as what Firefox
and Safari displays when it renders the page. So, is there any CSS
editor for the Mac that will display the page correctly


Short answer: there is no such thing as "correct display" of Web pages.

Longer answer:

[1] The Web was designed to allow exchange of information across
different browsing systems, each with their own (im)possibiliti es. Thus
there is no single right way to render a Web page - the same Web site
*will* be presented (more or less) different on different systems.
[2] Specs leave room for interpretation (sometimes on purpose,
sometimes by mistake), so differerent ways of rendering the same
HTML/CSS can be equally correct.
[3] It is entirely possible that in fact Safari and Firefox's
interpretation are more correct than Dreamweaver's. (Although I believe
Dreamweaver uses Opera's rendering engine, in which case it would be as
likely to be correct.)
[4] You might be using different settings in Safari/Firefox than in
Dreamweaver, overriding aspects of your CSS.
[5] People expect browsers to display pages with crappy code "correct".
Therefore, if you have mistakes in your CSS or HTML, every rendering
engine you try will try to *guess* what you actually meant. They may
well guess differently. Therefore step 1 is to always ensure your code
is at the very least valid, thus making sure you're not leaving
presentation up to mere chance.

Also, if you wonder about something specific, publish an example on the
Web (stripping irrelevant code) post the URL here and describe how the
result is different from what you expected. Only then can people help
with specifics.


Thanks for the replies.

charlie

Jan 26 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
3556
by: Ed Suominen | last post by:
I'm thinking of implementing a real-time collaborative text editor in Python using Twisted. An initial plan is to use a Twisted PB server daemon that accepts user:password:file connections from text editor clients to make changes to a specified file on the server, and have the text editor clients update their local copies of the file based on local user input or input entered from other users, relayed via the server. Jabber compatibility...
3
3007
by: Chris Cioffi | last post by:
I started writing this list because I wanted to have definite points to base a comparison on and as the starting point of writing something myself. After looking around, I think it would be a waste of time to start writing yet another IDE and so am now thinking in terms of new features/plug-ins for existing systems. Right now I mostly use Komodo Personal and it's pretty close to being what I want. They don't currently support plug-ins,...
7
4392
by: Mike Kamermans | last post by:
I hope someone can help me, because what I'm going through at the moment trying to edit XML documents is enough to make me want to never edit XML again. I'm looking for an XML editor that has a few features that you'd expect in any editor, except nearly none of them seem to have: 1 - Search and repalce with Regular Expressions. 2 - Search and Replace in an Xpath context. 3 - User specified tag-generation for either on a...
15
2149
by: JC Home | last post by:
Hi all, I am just learning JavaScript and would love to find a good editor that helps with syntax and debugging. Any suggestions? Thanks!! -- Jeff Ciaccio Dallas, GA
71
6510
by: tomy_baseo | last post by:
I'm new to HTML and want to learn the basics by learning to code by hand (with the assistance of an HTML editor to eliminate repetitive tasks). Can anyone recommend a good, basic HTML editor that's a step beyond Notepad (not a WYSIWYG tool). Thanks.
0
2158
by: 356523600 | last post by:
HTML To PHP Converter 4.2.1.8 Free download Get more for less ... HTML To PHP Converter 4.2.1.8 Get more for less! With a new version of HTML To PHP Converter 4, we've dropped the price and given you more! www.soft30.com/softdown-160-4268.htm - 33k - 10 Oct 2005 - Cached - Similar pages PHP Editor 2.22 - Soft.com PHP Editor 2.22. ... The PHP Editor have some good features: ... Integration with
1
2920
by: Steve Teeples | last post by:
I have class that also uses a custom editor that, when compiled directly into my project, works just fine in a propertygrid. However, it was necessary to place that class into a DLL, hense the editor was also moved into the DLL and compiled. The issue I have is the the editor is now inactive. Can someone tell me why this may be? Here is the code for the property in my class that uses the editor. This code resides within the DLL. ...
4
3037
by: David Lozzi | last post by:
Howdy, I'm using a WYSIWYG editor called TinyMCE. When I edit some text and then save it back to my SQL server using a SQLCommand, all HTML characters are changed to HTML code, i.e. &gt;strong&lt; instead of <strong> and so on. Is this a problem with the editor or something else? Does .Net convert it? I had to disable page validate request because of the tags, is there more? Thanks,
7
2992
by: Prasad | last post by:
Hi all, I am trying to develop a simple rich text editor I do only require bold, itlaic, underline.. The code for IE is <script> function displayEditor(editor, html, width, height) { document.writeln('<iframe id="' + editor + '" name="' + editor +
3
14576
by: danesh1354 | last post by:
Hi All, First I need to construct a text editor by python programming and add this code to a biger code that has been written before, and i would like that by my code for this editor have a capability to save it into special file name and format, for instance if i want to save it to a file with XML extention format like A.xml, wondering if anybody kknows how to do that, if you have any idea please guide me through how to reach to these....
0
9688
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9546
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10243
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
6809
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5467
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5590
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4146
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3762
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2941
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.