Tag Archives: Bomb

Is there any good XML editor?

As it seems that one’s destiny is on XML, WHEN I wan tot start coding in XML, rather than HTML. I have Dreamweaver 2004, will i edit with XML web sites, like I do with HTML. For instance, that when I create a text bold, in HTML it would: < b> Some Text< /b> Will DW do identical but with the best XML syntax Thnx can be decent, with good dictionaries and visual IDE for XSD. Somewhat sucks for XSL, though. will be the BOMB. It has a brilliant IDE (although the particular text editor is usually a little weak… it uses arial as the default font, lol). It will auto-generate XML sample files in the schema, it is known for a comprehensive XSL catalogue and IDE, very. It recognizes equally DTD and Schema. It’s pretty much the great thing available. You can easily download a 30-day test version from Altova. In the event that’s not long enough for you, they allow to extend the demo period another 30 days just by inputting an alternative email address. REVISE: Oh yeah, XML Spy will likely validate your XML files in the event you provide a schema intended for them. Pretty sweet … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

PCP Style – A New Idea for Better Stylesheets

So Pondered this idea today…. PCP (PCP CSS Preprocessor). Fundamentally, I want to create a preprocessor to get CSS that parses released your stylesheet within the server-side and uses HTTP_USER_AGENT to determine deviations from normal CSS, then replaces that W3C-compliant CSS having browser-specific CSS and also spits out the result. And here is how it’ll do the job. Think about you have this particular HTML (below). And let’s say you want to style your #page content that they are 500px wide with 20px padding as well as a 10px border, centered to the page, with word justified left. W3C can have you do the following: HTML: < html> < head> < title> PCP Style< /title> < website rel=" stylesheet" type=" text/css" href=" key. css" media=" all" /> <! –if lte IE 6> < website rel=" stylesheet" type=" text/css" href=" ie6. css" media=" screen" /> <! endif–> < /head> < body> < div id=" page" > < p> PCP is a bomb! < /p> < /div> < /body> < /html> Here’s some of our main CSS report, which works with regard to W3C-compliant browsers. Code: div#page size: 500px; padding: 20px; boundary: 10px; margin: 0 auto; Due to box-model misinterpretation by means … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment