<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Xul.fr: Tutorials and Applications of the Web 2.0</title>
    <link>http://www.xul.fr/</link>
    <description>Ajax, JavaScript, XUL, RSS, PHP and all technologies of the Web 2.0. Building a CMS, tutorial and application.</description>
    <pubDate>Wed, 07 Feb 2007 14:20:24 GMT</pubDate>
    <item><title>JavaScript Frameworks</title><link>http://www.xul.fr/javascript/frameworks.html</link><description>For building Web applications, modern websites or anything including games, you may have now powerful libraries that work on the browser. &lt;a href="http://developer.yahoo.com/yui/" target="_parent"&gt;Yahoo User Interface&lt;/a&gt;&lt;a href="http://www.c3dl</description><pubDate>Thu, 26 Nov 09 11:40:44 +0100</pubDate></item><item><title>Rotating List Widget in JavaScript </title><link>http://www.xul.fr/javascript/rotating-list.php</link><description>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</description><pubDate>Thu, 26 Nov 09 11:40:27 +0100</pubDate></item><item>
      <title>CSS Shadow </title>
      <link>http://www.xul.fr/en/css/shadow.php</link>
      <description>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)</description>
      <pubDate>Wed, 29 Jul 09 15:56:57  0200</pubDate>
    </item>
    <item>
      <title>Textured Border in CSS</title>
      <link>http://www.xul.fr/en/css/textured-border.php</link>
      <description>   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 &lt;em&gt;fieldset&lt;/em&gt; and insert into it another &lt;em&gt;fieldset&lt;/em&gt; (for rounded edges) or a &lt;em&gt;div&lt;/em&gt;, whose background is the same as that of the page</description>
      <pubDate>Wed, 29 Jul 09 15:56:54  0200</pubDate>
    </item>
    <item>
      <title>Create an RSS feed from SQL, example with Wordpress</title>
      <link>http://www.xul.fr/feed/rss-sql-wordpress.html</link>
      <description>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</description>
      <pubDate>Wed, 29 Jul 09 15:56:50  0200</pubDate>
    </item>
    <item>
      <title>Firefox 3.5</title>
      <link>http://www.xul.fr/gecko/firefox35.php</link>
      <description>Les balises audio et vid&#xE9;o sont impl&#xE9;ment&#xE9;es. Le format de donn&#xE9;e JSON est reconnu nativement par Firefox. L'avantage est d'&#xE9;viter l'utilisation de la fonction eval() qui n'est pas s&#xFB;r, ou d'employer des librairies additionnelles, qui est nettement plus lent</description>
      <pubDate>Wed, 24 Jun 09 15:18:47  0200</pubDate>
    </item>
    <item>
      <title>Contestation about HTML 5</title>
      <link>http://www.xul.fr/en/html5/contestation.php</link>
      <description>  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! &lt;em&gt;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</description>
      <pubDate>Wed, 24 Jun 09 15:18:29  0200</pubDate>
    </item>
    <item>
      <title>Form Objects in HTML 4</title>
      <link>http://www.xul.fr/javascript/tutorial/form-objects.php</link>
      <description>   It is created by the HTML &lt;em&gt;form&lt;/em&gt; 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 &lt;em&gt;action&lt;/em&gt; 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</description>
      <pubDate>Wed, 24 Jun 09 15:17:49  0200</pubDate>
    </item>
    <item>
      <title>DOM Tutorial</title>
      <link>http://www.xul.fr/en/dom/</link>
      <description>  The Document Object Model describes the structure of an XML or HTML document, a web page and allows access to each individual element.</description>
      <pubDate>Wed, 06 May 2009 18:30:11 GMT</pubDate>
    </item>
    <item>
      <title>Dynamic Select in HTML with Ajax</title>
      <link>http://www.xul.fr/ajax/dynamic-select.php</link>
      <description>   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...</description>
      <pubDate>Wed, 06 May 2009 18:29:30 GMT</pubDate>
    </item>
    <item>
      <title>Tab Panel with frames</title>
      <link>http://www.xul.fr/javascript/tabs-frames.php</link>
      <description>  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 </description>
      <pubDate>Wed, 06 May 2009 18:29:02 GMT</pubDate>
    </item>
    <item>
      <title>Ajax Tutorial</title>
      <link>http://www.xul.fr/en-xml-ajax.html</link>
      <description>Ajax and XMLHttpRequest with the GET, POST method for text, XML or JSON files.</description>
      <pubDate>Wed, 07 Feb 2007 14:20:24 GMT</pubDate>
    </item>
    <item>
      <title>RSS Tutorial</title>
      <link>http://www.xul.fr/en-xml-rss.html</link>
      <description>How to build an RSS feed, in the 2.0 format. Tools for RSS.</description>
      <pubDate>Wed, 07 Feb 2007 14:20:24 GMT</pubDate>
    </item>
    <item>
      <title>Ajax Extensible Page</title>
      <link>http://www.xul.fr/ajax/extensible/</link>
      <description>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.</description>
      <pubDate>Wed, 07 Feb 2007 14:20:24 GMT</pubDate>
    </item>
    <item>
      <title>Displaying an RSS Feed</title>
      <link>http://www.xul.fr/rss/displaying.php</link>
      <description>With just one PHP function you can display an RSS 2.0 or RSS RDF feed on any page of you website, from any source.</description>
      <pubDate>Wed, 07 Feb 2007 14:20:24 GMT</pubDate>
    </item>
    
  </channel>
</rss>

