miércoles, 29 de junio de 2011

Como obtener los datos de los dominios .tel

telproxy JSON API

Hello everyone, we're thinking about exposing the .tel DNS data via HTML/JSON. Essentially, a TelProxy? that returns JSON content. As such, I've set up a sample implementation of it at labs.telnic.org which is very much a work in progress at the moment. You can access the API through the following:

http://labs.telnic.org/json/[TYPE]?d=[DOMAIN]

where TYPE is one of:
- all
- naptr
- txt
- loc
- ninfo (the header text, but see below)

and DOMAIN is the domain that you want to lookup.

You can also add '&pretty=1' if you want a nicely formatted JSON string for reading with your eyes.

Examples:
http://labs.telnic.org/json/loc?d=telnic.tel
http://labs.telnic.org/json/all?d=henri.tel&pretty=1

Output:

This is where we're looking for feedback. We've attempted to pre-process the stuff that'll be difficult to do in Javascript, while leaving the rest as untouched as possible. So you won't need to deal with regexes or need to extract the labels. Let us know what you think, it's pretty self-explanatory.

NOTES:

- At this time, if you're looking for the header info, don't request 'ninfo' as the data isn't in the NINFO DNS record, but in the TXT records. So don't use NINFO right now. Also you need to request 'all' or 'txt' if you want the dds string (i.e. the title of the domain/page).

- When this goes in production, it'll be a "real" RESTful URL in the sense that you'll just need to query: http://henri.tel/json/all to get all the data for henri.tel
 

domingo, 26 de junio de 2011

Tabla periodica SEO

 

Conocimiento de SEO Top 10 - June 2011




The Moz Top Ten
What You Need to Know in the World of SEO
JUNE 2011
 
 
It's tough to keep up on the happenings in the world of SEO and online marketing. This digest will do the job for you--we'll send you the month's top-ten links that you should check out. If you no longer wish to receive our emails, click the link below:
 Unsubscribe from The Moz Top 10.
 
 
 
1
Google's Panda Update 2.2 has recently launched, and in this Whiteboard Friday, Rand discusses its impact on SEOs.
 
2
Google launched the highly anticipated "+1" recommendation button as well as the "rel=author" tag (with some noise about a possible AuthorRank)!
 
3
Our annual, in-depth study of ranking factors based on expert analysis is now available.
 
4
Speaking of ranking factors... Search Engine Land created a ranking factors tutorial and infographic that's just as educational as it is attractive.
 
5
The social media giant provides some numbers to validate why we add its social features to our sites.
 
6
Distilled's Justin Briggs takes a closer look at how search rankings may change based on user behavior.
 
7
Startup SignNow reveals some interesting data around their foray into Facebook Ads and what they've learned.
 
8
Venture Capitalist Mark Suster provides seasoned advice about hiring practices for successful startups.
 
9
Rand states why it's important to invest in a social media expert in response to Peter Shankman's post about how he'll never hire social media experts.
 
10
HubSpot recounts some really insightful marketing presentations that we can learn from. (We're honored to be included in the list!)

 
 
 
Friend us on Facebook Follow us on Twitter
 


SEOmoz, Inc. 119 Pine St Suite 400 Seattle, Washington 98101 United States (206) 632-3171

Delivered By Infusionsoft



jueves, 23 de junio de 2011

Como integrar un mapa .tel en facebook

Map Integration into Facebook
If you want to integrate your map into Facebook, this is how I did it...

Create a new folder on your own site, called FB, eg www.yoursite.com/FB/
Install the "Developer" application into our Facebook profile.
In the Developer app, click [Set Up New App].
Edit the settings to include an icon.
Under the Facebook integration tab, give your app a name (min 6 chars).
The Canvas URL points to where your app code will live, eg www.yoursite.com/FB
With a text editor, create index.html and place this code into it...

<html>
<iframe src='http://hosted.telnic.org/cgi-bin/mapcrawl2/mapyourdottel-iframe.cgi?d=[/url]yourdomain.tel&sd=0&ml=200&md=5' frameborder=0>
</html>

Save the file and upload to that same FB folder. Facebook will now look for your app at yoursite.com/FB.

Now you should be able to click [Go to App] and view it. Change the parameters like d=,sd=, info= as needed.

You may need to get a minimum of 5 users to actually use your app before you can publish it, so I'd be happy to be one of them. The rules may have changed, not sure. There also may be a way to just add an iframe quicker without hosting on your own domain first, but don't know how to do that.

Mark

miércoles, 22 de junio de 2011

Mejoras en el mapa de los .tel

Ok I've made a bunch of changes that I'm now testing. Of course it turned out tougher than expected, what with the IDN stuff and hardening of the codebase.
I believe I've solved the IDN problem with 长滩岛.tel for example, but it's a tricky unicode thing so I suspect some of you will find some weird use cases that I'll have to look into.

Anyway, I also added a little gift... the ability to pass in a template for the info window so you won't bother me with wanting to put the image on the left or add a tag on the right or make the background pink...
Once the thing is live (it's still being tested) you'll be able to pass in the info template with the parameter 'info='.
It is tricky though. The format is actually a javascript snippet, with the default being:

Quote:
'<div><span style="float: left; margin-right: 10px;">' + r['logo'] + '</span><span>' + r['dds'] + '<br /><a href="http://' + domain + '" target="_blank">' + idndomain + '</a><br /><br />' + r['firstnaptr'] + '</span></div>'
If you want to change it, note that this is a javascript string concatenation. It's pretty clear what the params are:
domain : the punycode domain
idndomain : the unicode IDN domain (what you want to show to users)
r : the result from the domain lookup, which has 'logo', 'dds' and 'firstnaptr', respectively the logo image, the title of your domain (dds), and the first naptr. All of those are actual html snippets.

If you want to pass in the 'info=' parameter using GET, you'd better escape the whole thing. And don't forget to put single quotes at start and finish, like the example above.
If you use POST, you're good to go.

Note that you can completely screw up the page if you pass in a broken javascript string, as it'll break the whole javascript code on the page. You've been warned. None of us at Telnic will waste time debugging your code. Use at your own risk. Etc.. etc...
 

domingo, 19 de junio de 2011

Is this an issue for .tel, given that the format used on .tel templates is "callto:+1234567890" rather than "callto://+1234567890"

Callto: links from Chrome without slashes are parsed incorrectly

  •  Issue Description:
    When clicking on callto: link formatted as callto:+1234567890 from Google Chrome, Skype parses it as %2b1234567890. There are also no regular dialogs that usually appear when Skype parses callto links correctly - Skype just tries to dial the %2b1234567890 string without warning. Same link accessed from IE is processed by Skype correctly.

    Callto: link formatted as callto://+1234567890 is parsed by Skype correctly when passed on from either IE or Chrome browser.

    Test Configuration:
    - Skype 4.2.0.163
    - Google Chrome 5.0.342.9
    - Internet Explorer 8.0.7600.16385
    - Windows 7 Enterprise x64 with all patches
    - Skype option "Use Skype to process callto: links on the web is enabled"

    Additional Notes:
  • It tried to reproduce the callto: links in this post, but I could not because the forum engine does not support callto: URLs
  • Could not find a definitive answer for callto: syntax with phone numbers. It seems that callto:phonenumber and callto://phonenumber are used interchangeably. Skype understands both syntaxes from IE, but only the latter from Chrome.

Since this last reply, the Chrome/Chrome appears to have changed.

However instead of making the bad one work, both (callto://number and callto:number) now do not work with standard format international numbers (ie numbers starting with +)

This is because Chrome passes an escape encoded string to the app and Chrome does nout unescape it.

Really, escape encoding is a web/html representation that has no place in plain text paramaters sent between standard application. The application should be expecting a string in its run parameters just as if it had been invoked from any other application (eg scheduler) on the machine.

Internet Explorer has for ages been able to invoke Skype with no problems for all telephone phone and skype addresses.
    you can change the + (plus) sign to 00 (zerozero) sign.
    e.g. +7(903)1234567 moscow cell phone change + to 00 = 007(903)1234567
    <a href="callto:0079031234567">try to click in chrome it works</a>
    Grupos electrogenos las palmas Roque nublo Tdah  libros arte caleruega ofertas casa rural asociaciones tdah famosos tdah

    Los dominios .tel para los móviles

    Mobile Telephone Keyword Domains For The New Search Engine Optimisation Revolution

    Individuals are now looking the Web from cell telephones, creating a requirement for compacted data introduced as much as the person's visual field quickly with out scrolling or clicking through to find contact numbers or maps. The numerous keystrokes required to look by means of online phone directories are prohibitive. Type of business, postal code, addresses, and other search strategies should be entered several occasions – typically with out result. Random Google search will normally be two or three key phrases to get a wide range of matching results. That is where an advantage can be gained with a.tel site.

    A universal on-line directory that will enhance on the phone e book format was inevitable. Not all companies or individual have up-to-date listings with Yellow Pages and Tremendous Pages, so many searches come up empty. With random search qualifying phrases are used to find companies in a geographic area that may provide the services or products being searched.

    It isn't enough to simply arrange the mobile.tel web site: the area have to be linked up with an search engine marketing campaign to ensure that it arrives on the top of the search results. Like the .com revolution, a race has started among domain supplier companies to buy up the good key phrase domains with .tel suffixes. Domains with an organization title ought to be averted by small companies for the reason that search results are very a lot keyword-driven. The explanation for this is not solely because of the limited amount of content material describing the market sector, but in addition the fact that Google retrieves the positioning straight from the Domain Name Server rather than the Google index. This results in extremely quick retrieval and display.

    In an article printed in New Scientist, Tom Simonite explains that only contact data and short text blurbs may be seen on the .tel website, and that the owners of .tel domains won't be able to add and preserve internet pages as they'll for other prime-level domains." Area registration decisions should be determined based mostly in your major keywords.

    The phenomenon began when Google introduced a special search algorithm for cell devices and the.tel registry was established in the UK early in 2009. They describe their position in a sub-folder on their very own .tel website: Telnic Limited is the UK-based mostly Registry Operator and Sponsoring Organization for the new.tel sponsored top level domain. Kash Mahdavi, CEO of Telnic said in the London Telegraph: ".tel is your place on the web, which will act like a switchboard."

    If a new company desires an web presence however has no funds, a domain can be bought for underneath $20. Internet hosting is compliments of the domain identify company and a layman can figure out the right way to set up the site from directions which can be simple to find. This will put firm info on-line within 48 hours; nevertheless it might probably solely compete for random search traffic by performing website positioning on the domain and loading in keywords. Off-web page content material have to be created to build a large number of hyperlinks to the .tel site in relation to the strength of the opponents, just like some other site.

    viernes, 17 de junio de 2011

    leoman.tel premiado

    leoman.tel, mi marca personal premiada en Navarra Gourmet

    Como muchos sabréis, a través de las redes sociales, este fin de semana me han concedido, dentro del III Encuentro de Bloggers Gastronómicos Navarra Gourmet, el premio al Mejor Uso de Medios Sociales en Gastronomía por mi marca personal leoman.tel.

    Foto | Gustavo de PepaCooks – Javier, Mar, Rafa y Montse

    No os podéis imaginar como me puse de nervioso cuando, sorprendido, escuche mi nombre, no  podía ni dar la gracias al jurado. Ya en la mesa, alguna lágrima de emoción se escapó. Así que desde aquí aprovecho para dar las gracias a todos los miembros del jurado formado por: José Luis Orihuela, Antonio Cambronero, Txaber Allué, Pierina Papi y Marta Borruel.

    También quiero felicitar a mis compañeros: Mar Gavilán y Javier Muniesa de Gastronomía y Cía por su premio al Mejor Blog Gastronómico y a Montse Fernández por el premio al Mejor Uso Corporativo de Medios Sociales en Gastronomía concedido a su labor como community manager de la Guía Repsol. No me quiero olvidar de mis queridos amigos de The Glutton Club por esa Mención Especial que recibieron en la categoría de "Mejor uso de medios sociales en gastronomía".

    Quiero dar las gracias a Reyno Gourmet y en especial a Marta Borruel y su equipo por consolidar estos encuentros de bloggers gastronómicos y sus premios, siendo un referente dentro de la blogosfera.

    Os cuento un poco la historia de leoman y como llegó a convertirse en leoman.tel, la marca personal con la que me presenté a este concurso.

    Sin ser consciente de estar generando marca personal, ésta nació en el año 1998, cuando utilicé por primera en los foros de la época, el nick leoman = leo + man = hombre leo ya que este es mi signo zodiacal. Al poco tiempo publicaba en la red mi primera página personal El Rincón de Leo donde ofrecía información de mis viajes por Egipto, Turquía… Actualmente va por la versión 4.0 de diseño y se ofrece información personal y profesional. En el año 2004 adquirí el dominio leoman.com y en el 2007 leoman.es.

    A principios del 2009 salieron los dominios .tel, podríamos denominarlos como las páginas amarillas del siglo XXI, un punto de encuentro de información tanto para empresas como para particulares que está disponible en todos los dispositivos con acceso a Internet. Así que no dudé en reservar el dominio leoman.tel, un lugar en la red donde podrían estar centralizados todos mis sitios web, blogs, identidades digitales, galerías de imágenes, documentos compartidos… la mayor parte de ellos relacionados con la gastronomía.

    Imagen | .tel punto de encuentro de información

    Lo bueno de un dominio .tel es que almacena la información de contacto en el propio dominio, no siendo necesario contratar un servicio de hosting o alojamiento ni desarrollar una página web. Esta información de contacto se gestiona y consulta a través de un sencillo panel de gestión.

    En los dominio .tel se pueden almacenar cinco tipos de información:

    1. Información de contacto: móvil, teléfono fijo, VoIP, mensajería instantánea…
    2. Vínculos hacia contenidos: sitios web, blogs, redes sociales
    3. Identidades: plataformas de juego, redes sociales…
    4. Geolocalización: mapas del trabajo, de casa, del restaurante favorito…
    5. Texto que se puede indexar: información general, palabras clave…
    Para el que quiera saber algo más sobre los .tel os dejo la dirección de

    martes, 14 de junio de 2011

    El sueño de los dominios .tel puede llamarse on.tel

    Dear Telnic, can you create for the community a flexible, powerful and customizable app that has these features?

    1) displays selected real-time DNS information to the user in various formats
    2) has a map mode that displays tels and information
    3) has a standard list of tels mode
    4) has an augmented reality view
    5) built-in geo-detection and location-awareness
    6) has "programmable" triggers (write data to tel) for events (eg location changed)
    7) has a customizable no programmable "developer" interface
    8) app is given to" developers" to be tailored for specific uses
    9) "developers" create their specific app through parameters
    10) no programming is involved - the app development interface controls the functionality presented to end users (check boxes etc)
    11) available features and displays are configurable by the developer
    12) runs on all popular devices and desktops
    13) can be white labelled so we can localize it for specific tasks and markets

    Of course, not all features at the same time, but a framework that allows add-ons and growth.

    Here are some examples of apps that could be created.

        * Displays all the coupons for businesses in your town
        * Show information about hotels, car rentals, resorts for a visitor
        * Displays all the specials within a radius of xx km
        * Displays a map with tels filtered by category (eg bars, barbers, beauty supply etc) in your vicinity
        * Finds all (chain) store locations within a radius, displaying any specials
        * Dials a number merely by specifying a company, product or website
        * Writes real-time location data to a private family tel subdomain (where's my kid app)

    In fact, can we just get all these features in one app and call it ON.TEL?

    By Telnic creating and "owning" such an app, the ecosystem can be grown locally by domain owners because Telnic has provided a new marketing vehicle.

    And, we need such a multi-purpose app now.

    Life insurance calculator Oferta de viaje Teoria del todo Pirámide de keops Lineas de Nazca Grupos electrogenos las palmas

    Al más que se podrá hacer con los mapas de los dominios .tel

    [icon] [domain title]
    [first naptr record]
    [fully qualified domain string]