Scripts to install Forums..

phpBB is used by millions of people on a daily basis, making it the most widely used opensource bulletin board system in the world. Whether you want to stay in touch with a small group of friends or are looking to set up a large multi-category board for a corporate…

Continuar leyendo

Scripts to install web portals systems

Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla the most popular Web site software available. Best of all, Joomla is an open source solution that is freely available to…

Continuar leyendo

Scripts to install systems of micro blogs

Sharetronix is the world’s favorite opensource microblogging platform. Sharetronix enables people to exchange ideas and multimedia in real-time. Version : 3.3 Space Required 13.00 MB StatusNet is the open source microblogging platform that helps you share and connect in real-time within your own domain. With StatusNet you can encourage collaboration,…

Continuar leyendo

Scripts to install Blogs

Many know the famous WordPress, and seen as occupying more than 20% of all web sites installed worldwide as the most used cms .. but then see an interesting list of software and / or scripts to install systems that allow blogs or bitacoras .. WordPress is a state-of-the-art publishing…

Continuar leyendo

Scripts para instalar Blogs

Muchos conocemos el famoso WordPress, y hemos visto como ocupa mas del 20% de todos los sitios web instalado en el mundo como el cms mas utilizado.. pero veamos a continuación una interesante lista de software y/o scripts que permiten instalar sistemas de blogs o bitacoras.. WordPress es una plataforma…

Continuar leyendo

Como crear una Redirección 301

Redirección 301 con ASP Clásico <%@ Language=VBScript %> <% Response.Status=»301 Moved Permanently» Response.AddHeader «Location»,»http://www.new-url.com/» %> Redirección 301 con ASP .NET <script runat=»server»> private void Page_Load(object sender, System.EventArgs e) { Response.Status = «301 Moved Permanently»; Response.AddHeader(«Location»,»http://www.new-url.com»); } </script> Redirección 301 con JSP (Java) <% response.setStatus(301); response.setHeader( «Location», «http://www.new-url.com/» ); response.setHeader( «Connection»,…

Continuar leyendo

Que es el Link building

Linkbuilding o construcción de enlaces, es una de las estrategias del SEO que consiste en conseguir que otras páginas web enlacen a la página que interesa que los buscadores consideren relevante y la posicionen mejor en sus rankings. La técnica puede hacerse de manera natural, cuando otras webs enlazan sin…

Continuar leyendo

Que es el Link bait

Link bait (traducido al castellano sería «cebo de enlaces» ) es un término en inglés que hace referencia a cualquier contenido o característica de un sitio web de que el usuario estimula a los visitantes a crear enlaces hacia él desde sus propias webs. Intentar generar este tipo de contenidos…

Continuar leyendo