Excluir Categorias del Widget Posts Recientes en WordPress

En /wp-includes/widgets.php agregar en la función wp_widget_recent_entries:

$r = new WP_Query(array(’showposts’ => $number, ‘what_to_show’ => ‘posts’, ‘nopaging’ => 0, ‘post_status’ => ‘publish’, ‘caller_get_posts’ => 1, ‘cat’ => -CATEGORY_ID));

¿Como Usar un Archivo robots.txt?

The robot guidelines are universal and don’t depend on any server configuration.

All you have to do is put a robots.txt file in your DocumentRoot (which is normally /htdocs/www/ as you see it when you login with ftp/telnet/ssh). Any of your subdomains has it’s own DocumentRoot, so you’ll need to make multiple robots.txt files in /htdocs/[subdomain]/ if you want to control robots in there.

When a robot arrives at your site, it requests a robots.txt file from the top level directory (the DocumentRoot) just the same as it requests index.html.

The robot basically goes:

http://www.yourdomain.com/robots.txt

or

http://subdomain.yourdomain.com/robots.txt

This file is the first thing a robot asks for when it arrives, and if the file exists, the robot is supposed to read and obey the directives in that file.

More information about how to direct robots with directives in the robots.txt file is here:

http://www.robotstxt.org/wc/norobots.html

Via modwest

Excluir Subdominio de Motores de Busqueda

The proper way to do this is put a robots.txt file in the subdomain’s main folder (ie: “work” in your example). It should contain the following…

Code:
User-agent: *
Disallow: /

be aware, this robots.txt file is telling the search engines to totally ignore anything served from that document root at that subdomain

Here’s some basic tutorial stuff:
If you have the subdomain pointed at the “work” directory in the main domains folder, your main site no longer controls permissions for that subdomain/subdirectory. The webserver sees it as if it were it’s own individual website (not a webpage). That’s why this is very useful to make a site like testing.mywebsite.com for your domain mywebsite.com and do your work on the test domain and then copy any changes over to the live site.

Por C4G-Dave De Code4Gold

VirtualBox 2.2, Crea y ejecuta múltiples máquinas virtuales

VirtualBox

Descargar

CakePHP 1.2.2.8120 Stable, Framework de Desarrollo de Aplicaciones Web

cake121804

Descargar

TortoiseSVN 1.6.0, Sistema de Control de Versiones

Notas del Lanzamiento

Descargar

Firefox 3.0.8, Navegador Web

http://janckos.net/blog/wp-content/uploads/2008/09/firefox303-thumb.jpg

Descargar

Notepad++ 5.3, Editor de Código Fuente para Windows

http://janckos.net/blog/wp-content/uploads/2009/01/notepad514.png

Descargar

Filezilla 3.2.3, Cliente FTP y SFTP Multiplataforma

filezilla-logo-official-site

Incorpora Nuevos Iconos!

filezilla-nuevos-icons

Descargar

Opera exige que Internet Explorer sea totalmente eliminado de Windows

Opera Software

La compañía Noruega Opera Software ha presentado un requerimiento contra Microsoft ante la Unión Europea por la integración existente entre el navegador Internet Explorer y el sistema operativo Windows.

El navegador de Opera tiene una cuota mínima del mercado de los navegadores, situación por la que parcialmente responsabiliza a Microsoft.

La semana pasada, Microsoft explicó que los usuarios de Windows 7 tendrán la posibilidad de desinstalar Internet Explorer 8, además de una serie de programas de la compañía. Anteriormente, Microsoft ha asegurado que es imposible desvincular el navegador del sistema operativo

El anuncio fue interpretado por observadores como una aceptación por parte de Microsoft a las imposiciones de la Unión Europea. Sin embargo, esto no es suficiente para Opera, cuyo presidente, Jon S. von Tetzchner declaró que “Microsoft ha dado un paso en la dirección correcta, pero no es suficiente”.

Opera requiere que Windows será distribuido sin navegador, y que los propios usuarios puedan elegir, por ejemplo mediante un menú gráfico, si desean instalar Internet Explorer, Firefox, Opera, Chrome, Safari u otros. De esa forma, las empresas dedicadas al rubro de los navegadores podrán competir en condiciones de igualdad.

von Tetzchner explicó que aunque exista la posibilidad de eliminar IE 8, lo más probable es que sólo una pequeña parte de los usuarios opte por hacerlo. Y cuando IE 8 esté desinstalado, el usuario de todas formas tendrá la necesidad de usar un navegador. “Y para descargar un navegador desde Internet, claro, necesita tener un navegador instalado”, apuntó el presidente de Opera.

Jon S. von Tetzchner considera que la Comisión Europea debería requerir a Microsoft diseñar un mecanismo para Windows, que permita a los usuarios elegir libremente qué navegador instalar.

En su período de mayor apogeo, Internet Explorer llegó a tener una cuota de 95% del mercado de los navegadores, pero desde entonces ha ido cayendo paulatinamente, hasta llegar al actual 68%.

Opera, en comparación, es el navegador preferido por sólo un 0,71% de los usuarios de Internet.

Fuente: BetaNews. DiarioTI.com

Powered by WordPress with GimpStyle Theme design by Horacio Bella.
Entries and comments feeds. Valid XHTML and CSS.