RSS 2.0 Demo Direct
Loads directly an RSS file and displays the list of recent articles.
Xul.fr: Tutorials and Applications of the Web 2.0
Ajax, JavaScript, XUL, RSS, PHP and all technologies of the Web 2.0. Building a CMS, tutorial and application.
- JavaScript Frameworks
For building Web applications, modern websites or anything including games, you may have now powerful libraries that work on the browser. Yahoo User InterfaceRotating List Widget in JavaScript
I wonder why no one had the idea to implement rotating lists in HTML, as an alternative to the sometime annoying scrolling list.When using freqyently form objects, as is the case with certain web applications such as phpBB for example, choosing options from dropdowns become painful, and if we could just click a button to change the option, this would clearly be more user friendly
- CSS Shadow
Adding a shadow under box displaying a text or an image can be done in HTML and CSS with no JavaScript or framework. The idea is to nest layers into one another, with a lag and a background color gradually darkened hue. Just insert this code in the page and link the style sheet that makes the shadow (in the demo, the CSS code is inside the HTML page)
- 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
The Document Object Model describes the structure of an XML or HTML document, a web page and allows access to each individual element.
- Dynamic Select in HTML with Ajax
In HTML 4, drop-down lists are encoded with a We will see that it is easy to dynamically change a such list with JavaScript code. Better yet, if we allow the user to edit a list, it is necessary to save and load it at a later session...
- Tab Panel with frames
In this second part of our The difference for the tabs with the previous cases is that we no more use The CSS code is unchanged. The first frame contains the tabs defined in the page
- Ajax Tutorial
Ajax and XMLHttpRequest with the GET, POST method for text, XML or JSON files.
- RSS Tutorial
How to build an RSS feed, in the 2.0 format. Tools for RSS.
- Ajax Extensible Page
A small library to build pages the reader can summarize or develop at mouse clicks. Each part of the article will be extensible. No programming knowledge is required to use the tool.