jump to navigation

Modo Visual extendido en WordPress wysiwyg February 24, 2008

Posted by developpeur in : Blogs, Español, Tutoriales , add a comment

1. Antes que nada hay que activar el modo visual “simple” en: Users> Editar Usuario> y marcando la siguiente casilla:

wysiwyg wordpress

2. Nos vamos a escribir un post en Write> Write Post, damos click en el campo de edición y activamos el modo visual extendido presionando las teclas: Shift+Alt+V.

Sphere: Related Content

XML-RPC the pinging core November 8, 2007

Posted by developpeur in : Blogs, English, Web Development , add a comment

Ok. A fast note on XML-RPC just in case I ever need a server implementation of this kind, this application tracks changes to news-oriented websites. Should be useful when developing a blog’s directory or a pinging service.

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.

Also note that there are 2 methods: weblogUpdates.ping and weblogUpdates.extendedPing

Sphere: Related Content