Why do most developers consider the W3C box-model to be better than the box-model used by Internet Explorer?
I know it's very frustrating developing pages that look the way you want them on Internet Explorer, but I find the W3C box-model to be counter-intuitive. For example, if margins, padding, and border were factored into the width, I could…
Awareness of translated text expansion dynamics is important for enterprise applications UX designers (I am assuming all source text for translation is in English, though apps development can takes place in other natural languages too).
This consideration goes beyond the standard 'character multiplication' rule and must take into account the…
Le W3C travaille sur les applications Web et les terminaux tactiles
Pour standardiser la manière d'interpréter les actions des utilisateurs
Le W3C se lance dans la définition d'un nouveau standard (baptisé « Touch Events Specification ») pour les applications Web spécialement conçues pour les téléphones mobiles et autres équipements à écran…
Google et Blink tournent le dos au W3C et à Pointer Events de Microsoft
au profit de Touch Events d'Apple ? Google et son moteur de rendu Web Blink ont finalement tranché en défaveur du standard du W3C, en effet à travers un bref communiqué sur la plateforme de développement de Blink, Google vient d'annoncer l'abandon de l'API Pointer…
Hi everybody,
I've got some lists inside lists to make some fancy drop-down menus.
e.g
<ul>
<li>something
<ul>
<li>sub menu</li>
</ul>
</li>
</ul>
Problem is, w3c doesn't like it. Is there a way to make this validate or this just one of these hacks…
While developing a web application, what is the best spec to use?
HTML4.01
HTML5
XHTML trans
XHTML1.1
I was taught to use XHTML1.0 strict in uni and to avoid applet/iframe/tables(except in forms). I noticed that some deprecated tags are available in HTML5. Is it safe to code in HTML5? If so should I use target='', and the…
I am getting a NoSuchMethodError error for org.w3c.dom.Document.setDocumentURI. This is strange, as I have rt.jar in the JAVA_HOME path.
I am creating a web service using CXF, and the error seem to be coming out of CXF:
java.lang.NoSuchMethodError: org.w3c.dom.Document.setDocumentURI(Ljava/lang/String;)V
…
I have a program that shows a tree representation of an XML file. Using a number of sources online I have Copy/Paste within a single instance of the program working. I am using the system Clipboard. What I need though is to be able to copy a node from one instance of the program and paste to a different…
I have a web site that displays a column of flash videos. The page is w3c-valid.
The problem is that the page loads very slowly and sometimes crashes my web browser. Until the page is fully loaded, the videos are slow to respond and play. Is there a way to make these videos load their preview images only?…
I am using rpxnow in Java, how do I use org.w3c.dom API to get the field identifier in this XML reponse for example?
<?xml version='1.0' encoding='UTF-8'?>
<rsp stat='ok'>
<profile>
<displayName>
brian
</displayName>
…
Le W3C publie un premier brouillon de l'API Push
qui permettra d'intégrer des notifications Push au sein des applications Web
Le groupe de travail Web Applications du W3C (World Wide Web Consortium) vient de publier un brouillon pour l'API Push.
La spécification Push API décrit la façon…
Hi,
since Mobile Safari's Geolocation API should be an implementation of the W3C Geolocation API I found some bugs. I was wondering if anybody noticed the same.
As specified in the W3C Geolocation API the PositionCallback returns a Position object, which contains a Coordinates…
I have a homepage with the following:
<DOCTYPE html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
My choice of the DOCTYPE "html" is based on a recommendation for html pages using jQuery.
My choice of charset=utf=8 is based on a…
I have a model that I am using to present an index of a model from a database and have given a display name to some of the rows that may need spaces in them, (I.e. "weekstarting" in a db would be given a display name of "Week Starting").
So I set the display name for…
Hi,
Sorry if this question has already been answered, and sorry if it's too subjective to make sense, or for StackOverflow.
I'm delivering a site to a client and I want to send them high-quality HTML/CSS/JS, fully validated, accessible etc.
So I'm compiling a list…
I've checked MSDN, and the W3C format, but nothing seems to explain what causes IIS to output "..." in the "cs(Cookie)" column.
My assumption is that the cookie is "too big", but I'd like to know for sure and also what is the limit before IIS outputs "..."?
Le W3C publie le draft de Web Telephony API
pour la gestion des appels téléphoniques dans le navigateurLe W3C vient de publier un draft (brouillon) pour l'API « Web Telephony API » qui permet de créer des applications de gestion d'appels téléphoniques à partir des…
Le W3C met à jour « Standards pour les Applications Web sur Mobile »
Un document qui fait l'état de l'art des spécifications et leurs supports
Ces dernières années, nous observons une progression nette des demandes de développements Web mobiles. Cela est dû au…
CSS Shaders : la proposition d'Adobe pour les animations 3D a été acceptée par le W3C
Elle devient les Custom Filters
Il y a plusieurs mois déjà, Adobe, avec l'aide d'Opera et d'Apple, avait proposé au W3C une nouvelle technologie : CSS Shaders.
Cette…
DRM et HTML5 : Mozilla s'oppose farouchement aux travaux du W3C
qui sont hostiles pour les utilisateurs, l'open source et les éditeurs de navigateursLa prise en charge des DRM dans le HTML5 continue à diviser les acteurs du Web. La fondation Mozilla…
Le W3C publie la proposition du standard "Do Not Track"
Et pose dans deux brouillons les fondements de la protection anti-traçage publicitaire
Mise à jour du 15 novembre 2011 par Idelways
Les premiers objectifs sont atteints par le groupe de…
Mozilla propose au W3C des icônes pour améliorer la confidentialité
Des données sur le Net, reste à convaincre les entreprises de les intégrer à leurs sites
Des icônes pour alerter l'internaute sur l'utilisation potentielle de ses données…
I have a web application that is supposed to handle post requests from SAP.
This has been working fine at other customers with win2k3 systems (IIS6) and win2k8 (IIS7) systems.
However, on this specific customer's site, IIS responds with a…