Xul.fr: Tutorials and Applications of the Web 2.0
view rss
News on interfaces of the Web in 2010
11/12/2010 external link
Steve Jobs explains why iPad does not support Adobe Flash:At Adobe they are lazy. They have the potential to make interesting things, but they refuse to do so. Apple does not support Flash because it is too buggy. Each time a Mac crashes, most often it is because of Flash. Nobody will use Flash. The world is moving to HTML 5
Textured Border in CSS
The border attribute of the style sheets can vary in color and width, but it was not expected to give it a texture. However, only a CSS rule is required to add this graphic effect... The principle is to assign a texture to the whole fieldset and insert into it another fieldset (for rounded edges) or a div, whose background is the same as that of the page
Create an RSS feed from SQL, example with Wordpress
Articles contain at least the following items: And possibly, author's name, or an image. This produces the following table: The returned value is true if the database is found, false otherwise. It remains to retrieve the data from the array
Firefox 3.5
Les balises audio et vidéo sont implémentées. Le format de donnée JSON est reconnu nativement par Firefox. L'avantage est d'éviter l'utilisation de la fonction eval() qui n'est pas sûr, ou d'employer des librairies additionnelles, qui est nettement plus lent
Contestation about HTML 5
Nobody seemed to be worried so far, but the definition of HTML 5 that is intended to be the format of billions of Web pages in coming years, is conducted and decided by a single person! Hey, wait! Pay no attention to the multi-billions dollar Internet corporation behind the curtain. It's me Ian Hickson! I am my own man
Form Objects in HTML 4
It is created by the HTML form tag: The name or id attribute can access by script to its content. It is best to use both attributes with the same identifier, for the sake of compatibility. The action attribute indicates the page to which send the form data. If this attribute is empty, the page that contains the form that will be charged the data as parameters
DOM Tutorial
6/5/2009 external link
The Document Object Model describes the structure of an XML or HTML document, a web page and allows access to each individual element.