Visual design elements can considerably improve the readability of the page. Using them, you can make it easier for your users to scan the presented content and find the information they’re actually looking for. Icons can draw reader’s attention to the key aspects of the article and visualize the topic of the post. Buttons can be used to motivate users to some particular actions; and templates are supposed to help designers to create user-friendly interface elements right away. And whatever aim you’d like to achieve, free visual design elements are always useful – simply because they can give your text content a better visual appearance.
We’ve selected fresh high quality icons, buttons, vector graphics, templates and layouts. You might know some of them, but hopefully not all of them.
Not all listed freebies can be used for commercial projects, however you can use all of them in your private projects of for you personal purposes. Please read the disclaimers carefully before using icons – they’re changing from time to time.
Link
Image Thumbnail Viewer is a compact, unobtrusive image viewer that can be applied to any link on the page to load the desired image inside a sleek interface based on the link’s “href” value. Simply give the link in question- be it a text link or image thumbnail link- a rel attribute of “thumbnail”, and you’re done.
This script will center the enlarged image on the page and optionally display a text description based on the activating link’s “title” attribute. A fading effect can be turned on/off to bring the final image into view.
Drupal.org is the official website of Drupal, an open source content management platform.
Equipped with a powerful blend of features, Drupal can support a variety of websites ranging from personal weblogs to large community-driven websites.
Link
Merece la pena montarlo y probarlo.
Enlaces
WordPress uses an XML-RPC (http://www.xmlrpc.com/) interface. We currently support the Blogger API (http://www.blogger.com/developers/api/), metaWeblog API (http://www.xmlrpc.com/metaWeblogApi), and the Movable Type API (http://www.movabletype.org/mt-static/docs/mtmanual_programmatic.html).
The metaWeblog and MovableType API are currently supported with the following exceptions:
* The stub mt.supportedTextFilters is a dummy stub function that returns an empty string.
* Keywords are not supported in the MovableType API.
Extended entries in the MovableType API are automatically converted to/from the WordPress More… tag.
Thanks to WordPress’ XML-RPC support, you can now post to your WordPress blog using many popular Weblog Clients.
http://codex.wordpress.org/XML-RPC_Support
What is XML-RPC? 
It’s a spec and a set of implementations that allow software running on disparate operating systems, running in different environments to make procedure calls over the Internet.
It’s remote procedure calling using HTTP as the transport and XML as the encoding. XML-RPC is designed to be as simple as possible, while allowing complex data structures to be transmitted, processed and returned.
http://www.xmlrpc.com/