background preloader

HTML 4.01 / XHTML 1.0 Reference

HTML 4.01 / XHTML 1.0 Reference

css Zen Garden: The Beauty in CSS Design HTML/CSS to PDF converter written in Python - HTML2PDF Converter Displaying RSS Feeds with XHTML, CSS and JQuery RSS (Really Simple Syndication) feeds provide a means for regular visitors of your website to stay informed of your most recent content. You can start a new RSS feed, depending on your site, through such places as Feedburner. Visitors can then add your RSS feed to their Google Reader or as a widget on their iGoogle pages. You can also add your RSS feed to your own site to create an automated means to showcase your latest content. You can also use services such as HootSuite to push your RSS feed out to places like Twitter, Facebook and many other social networking sites. The purpose of this article is to show different ways on how to present RSS feeds on your site. The first example comes from Dynamic Drive and their SAG scroller. As you can see, the scroller on the left displays five entries at a time from a single source. Dynamic Drive Code <script type="text/javascript" src=" In the body of your HTML page, insert the following: The CSS Style Custom Controls

XIST · Python software · LivingLogic AG XIST is an extensible HTML and XML generator. XIST is also a XML parser with a very simple and pythonesque tree API. Every XML element type corresponds to a Python class and these Python classes provide a conversion method to transform the XML tree (e.g. into HTML). XIST was written as a replacement for the HTML preprocessor HSC, and borrows some features and ideas from it. It also borrows the basic ideas (XML/HTML elements as Python objects) from HTMLgen and HyperText. XIST is the basis of an XML Web Content Management System by LivingLogic AG.

Related: