Tagged Questions
5
votes
6answers
860 views
HTML 4 vs HTML 5
I have been reading a lot about HTML 5 and some of the changes that it offers. It seems though that for most of my needs (LOB apps) it really wouldn't have that big of impact. But recently I had a ...
4
votes
4answers
685 views
Practical Difference between XHTML, HTML, AND XML
So here's what I understand (please correct if wrong) :
HTML5 is the newest version (or at least soon to be released) of HTML and contains features that XHTML does not yet have
XHTML served as MIME ...
3
votes
6answers
281 views
Is there a way to compare the appearance and/or source HTML of 2 browser tabs?
I'm working on a web based application, and in order to test my changes, I'd like to be able to compare the visual rendering (perhaps by way of overlaying) and the source HTML (diff style) of 2 ...
3
votes
1answer
190 views
What is a Tool for Web Page Comparison?
Given the release of Microsoft Expression's Web 3 SuperPreview (very nice tool BTW), are there any tools that will compare two web addresses against each other? As in a way to compare dev to stage or ...
2
votes
5answers
701 views
How to show a comparison of 2 html text blocks
I need to take two text blocks with html tags and render a comparison - merge the two text blocks and then highlight what was added or removed from one version to the next.
I have used the PEAR ...
1
vote
1answer
371 views
Degradable HTML layout for comparing two images
How to create web page for comparing two images, preferably using only (X)HTML and CSS, without JavaScript and DHTML / AJAX?
The simplest solution would be to put two images side by side together, ...
0
votes
2answers
146 views
Comparing XML documents for changes in PHP
Currently I'm using PHP to load multiple XML files from around the web (non-local) using simplexml_load_file(). This, as you can imagine, is quite a clunky process and is slowing load time ...
0
votes
5answers
335 views
Performance Comparison of HTML Added via Javascript vs. Normal HTML Markup
Has anyone ever tested, or does anyone know, the performance differences of these two different ways of rendering the same html content (other than the fact that one has imported the jquery library ...