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.
- 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.
- Adding Pages Online
How to use the FCKEditor to add pages online to your website. This is a part of our CMS tutorial.
- JavaScript Case Studies
Summary of the syntax and case studies: sending parameters, two-states buttons, scoring articles...
- Ajax Demos
Demos of Ajax and XMLHttpRequest: checking for the existence of a file, states of the object, filling a form...
- Web Application
The technologies to build a Web application.
- Blog and Blogosphere
An article to know all that you must know about blogs and the blogosphere phenomenon. How people can make (a lot of) money thanks to a blog. How to build a blog. The addresses and the tools.
- Webmaster of the Web 2.0
How to reach the top at not expense with a website? Read carefully the articlen the solution is here.
- Ajax script for scaling image from thumbnails
What we want is to present a gallery of images or just thumbnails, and when the mouse passes over an image, the image appears in full size. The advantage of using Ajax is in asynchronous mode unique to the XMLHttpRequest object.
- Flock, a social browser and tool, and offline blog editor
The final version 1.0 of Flock tells us that this browser that look stylish is not just another competitor to Internet Explorer, Firefox and Opera, but something different: a specialized tool for the social Web.
- How To Build A Universal Feed Reader
Building a universal feed reader, for RSS and Atom in PHP is possible and even easy.
- Create an RSS feed from SQL, example with Wordpress
For creating an RSS feed with SQL requests, we will use the example of the widespread Wordpress format. Wordpress has, of course, a feed generator but the goal is teaching and the example will serve as a basis for the realization of a more
- Cross-site Ajax: beyond the XMLHttpRequest object
Cross-site Ajax, the XMLHttpRequest limitation to a single site may be broken by using a short PHP script.