Category Archives: Google

Google Chart API: Agrega gráficos estadísticos (Charts) a tu sitio web, Gratis!

Una vez

más Google nos provee una herramienta útil para nuestros sitios web en general, esta vez con un API que, mediante la

aplicación de una línea de código, nos entrega un gráfico estadístico con los parámetros que hayamos seleccionado. Por ahora es gratis, como la mayoría de los

servicios de Google.

"The Google Chart API returns a PNG-format image in response to a URL. Several types of

image can be generated: line, bar, and pie charts for example. For each image type you can specify attributes such as size, colors, and labels.

You can include a Chart API image in a webpage by

embedding a URL within an <img> tag. When the webpage is displayed in a browser the Chart API renders the image within the page."

Ver información completa del API en:

http://code.google.com/apis/chart/

Google se estaría deshaciendo de PageRank?

Rumores circulan de que Google estaría por dejar de lado el tan popular y útil PageRank en favor de otro algoritmo (llamado Orion) desarrollado

por un estudiante australiano, Ori Allon.

Rumor has it that Google may be getting rid of the elusive, but very important PageRank — that friendly green status bar on the Google

Toolbar that website owners try to build up. PageRank is what made Google’s search results as good as they are — it is one of the many factors that help the search engine determine how to rank

results.

Trucos para buscar mejor en Google

Algunos trucos para mejorar la experiencia de búsqueda en Google.

  • Either/or. Google normally searches for pages that contain all the words you type in the search box, but if you want pages that have one term or another (or both), use the OR

    operator — or use the "|" symbol (pipe symbol) to save you a keystroke. [dumb | little | man]

  • Quotes. If you want to search for an exact phrase, use quotes.

    ["dumb little man"] will only find that exact phrase. [dumb "little man"] will find pages that contain the word dumb and the exact phrase "little man".

  • Not. If you don’t want a term or phrase, use the "-" symbol. [-dumb little man] will return pages that contain "little" and "man" but that don’t

    contain "dumb".

  • Similar terms. Use the "~" symbol to return similar terms. [~dumb little man -dumb] will get you pages that contain "funny

    little man" and "stupid little man" but not "dumb little man".

  • Wildcard. The "*" symbol is a wildcard. This is useful if you’re

    trying to find the lyrics to a song, but can’t remember the exact lyrics. [can’t * me love lyrics] will return the Beatles song you’re looking for. It’s also useful for finding stuff only in certain

    domains, such as
    educational information: ["dumb little man" research *.edu].

  • Seguir leyendo el artículo en: http://www.dumblittleman.com/

    Google Page Rank al detalle!

    Este excelente artículo de Smashingmagazine expone un detallado análisis de qué es y cómo funciona el

    tan conocido PageRank de Google.

    "Everybody is using it, but (almost) nobody really knows how

    it works. Google PageRank is probably one of the most important algorithms ever developed for the Web."

    "PageRank evaluates two things: how many links there are

    to a web page from other pages, and the quality of the linking sites."

    Algunos puntos clave:

    • PageRank se basa en los links que ingresan (Incoming

      Links), pero no sólo en la cantidad, sino en la calidad y relevancia de los mismos.

    • PR(A) = (1-d) + d(PR(t1)/C(t1) + … + PR(tn)/C(tn)). Esta es la

      famosa ecuación del PageRank.

    • La popularidad del ranking considera el tiempo de vida del sitio, relevancia de los "backlinks" y duración de los mismos. PageRank

      no considera estos puntos.

    • Cada nivel de PageRank es progresivamente más difícil de alcanzar. Se cree que es calculado en una escala

      logarítmica (ver gráfico más abajo)

    • Google calcula el PR de las páginas permanentemente, pero las actualizaciones se ven cada

      més.

    • El contenido no es tomado en cuenta para el cálculo del PR, por lo que actualizaciones en el mismo no mejoran el PR automáticamente.
    • Un alto PR no significa un mejor ranking en los resultados de búsqueda.
    • Los links marcados con el atributo nofollow no contribuyen al PR.
    • Links

      de entrada desde sitios populares son importantes.

    El siguiente gráfico ilustrativo muestra qué tan dramática va a ser la subida del PR de nuestro sitio hacia lo

    más alto.

    Vía: http://searchengineland.com/
    Propiedad de Elliance

    En Webmaster Corner explican lo siguiente para incrementar el PR:

    The more backlinks and the higher quality they are the more your PR will be.

    • Submit your site to directories.
    • Write important

      content to your site that would make people link to you.

    • Write articles and distribute them.
    • Although I don’t recommend it but some people

      recommend it: Do link exchanges.

    • Participate in forums (while adding your signature which includes a link to your site).
    • Buy some links on high

      PR pages.

    Lee el artículo completo en: http://www.smashingmagazine.com/

    Cómo hacer el tracking de Google Analytics en películas de Flash

    Gracias a una inquietud que tuvieron unos compañeros de trabajo acerca de como obtener estadísticas del un

    sitio basado en flash o simplemente de una película flash utilizando la herramienta de Google

    Analytics.

    Google. en su página de Support explica esto de manera

    sencilla.

    Google Analytics lets you track any browser based event, including Flash and JavaScript events. To track an event, call the urchinTracker() JavaScript function with an argument specifying a name for the event.

    For example, calling:

    javascript:urchinTracker('/homepage/flashbuttons/button1');

    will cause each occurrence of that Flash

    event to be logged as though it were a pageview of /homepage/flashbuttons/button1. The argument must begin with a forward slash. The event names may be organized into any directory style

    structure you wish, and actual pages with these filenames need not exist.

    Continue reading Cómo hacer el tracking de Google Analytics en películas de Flash

    Google Analytics: Reloaded!

    El servicio de Google Analytics, que era de por si excelente, mejoró significativamente con el más reciente “update” que los ingenieros de Google han incorporado.

    La interface ha sido renovada para darle más claridad a la información que se presenta, opciones de personalización del

    “dashboard”, opciones de exportación y envío de reportes a e-mail, entre muchas otras, hacen de esta herramienta un imprescindible para todos los

    niveles de planeación, diseño y desarrollo de sitios web.

    What is new?
    In the new

    version, your reports have been redesigned for clarity, greater visibility of important metrics, and ease of use.  Here are just a few of the features you’ll notice:

    • Email and export reports: Schedule or send ad- hoc personalized report emails and export reports in PDF format.
    • Custom Dashboard: No more digging through reports. Put all the information you need on a custom dashboard that you can email to others.
    • Trend and Over-time Graph: Compare time periods and select date ranges without losing sight of long term trends.
    • Contextual help tips: Context sensitive Help and Conversion University tips are available from every report.

    The following resources are available to help you get the most from the new Google Analytics interface:

    Artículo relacionado: 27 características de Google Analytics

    (Lo vi en Andufo)